Raises the DragLeave event.

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

Syntax

C#
protected override void OnDragLeave(
	EventArgs e
)
Visual Basic
Protected Overrides Sub OnDragLeave ( _
	e As EventArgs _
)

Parameters

e
Type: System..::..EventArgs
The Drag event data.

See Also