Invoked when an object gets dropped onto this interactor. This override will insert the text value of the object (if any) at the location of the cursor.

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

Parameters

args
Type: TallComponents.Interaction.WinForms.Events..::..DragDropEventArgs

[Missing <param name="args"/> documentation for "M:TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets.TextBoxInteractor.OnDragDrop(TallComponents.Interaction.WinForms.Events.DragDropEventArgs)"]

See Also