Invoked when an object gets dropped on to this interactor. If the dragged object can be converted to (unicode) text, the value of the widget will be set to it.

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 _
)

See Also