Invoked when an object gets dropped over this page interactor. This override supports
dragging (moving) of annotations.
Namespace: TallComponents.Interaction.WinForms.InteractorsAssembly: 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
The drag event data.