Invoked when another object is dropped on this interactor.
Namespace: TallComponents.Interaction.WinForms.InteractorsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
protected virtual void OnDragDrop( DragDropEventArgs args ) |
| Visual Basic |
|---|
Protected Overridable Sub OnDragDrop ( _ args As DragDropEventArgs _ ) |
Parameters
- args
- Type: TallComponents.Interaction.WinForms.Events..::..DragDropEventArgs
the drag event data.
Remarks
This method does nothing. Override it to handle object drops. OnDragEnd will already
have been called for each dragged interactor.