Invoked when the user starts dragging this interactor

Namespace: TallComponents.Interaction.WinForms.Layers
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

[Missing <param name="args"/> documentation for "M:TallComponents.Interaction.WinForms.Layers.WinFormsInteractorLayer.OnDragBegin(TallComponents.Interaction.WinForms.Events.DragDropEventArgs)"]

See Also