Invoked when an object gets dropped over this page interactor. This override supports dragging (moving) of annotations.

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