Invoked when a dragged object leaves the interactor. This override restores the focus.

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

Syntax

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

Parameters

args
Type: System..::..EventArgs
The event data.

See Also