Invoked when another object gets dragged outside the interactor, or when dragging gets cancelled.

Namespace: TallComponents.Interaction.WinForms.Interactors
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
protected virtual void OnDragLeave(
	EventArgs args
)
Visual Basic
Protected Overridable Sub OnDragLeave ( _
	args As EventArgs _
)

Parameters

args
Type: System..::..EventArgs

[Missing <param name="args"/> documentation for "M:TallComponents.Interaction.WinForms.Interactors.WinFormsInteractor.OnDragLeave(System.EventArgs)"]

Remarks

This method does nothing. Override it to provide special handling. Let IsOver return false if you do not want this interactor to attract mouse enter/move/leave events.

See Also