Invoked when the user starts to drag this interactor.

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 OnDragBegin(
	DragDropEventArgs args
)
Visual Basic
Protected Overridable Sub OnDragBegin ( _
	args As DragDropEventArgs _
)

Parameters

args
Type: TallComponents.Interaction.WinForms.Events..::..DragDropEventArgs
The DragDrop event data.

Remarks

Dragging of this interactor can be cancelled by removing it from the DraggedInteractors list in the event args.

See Also