Invoked when an object gets dragged into this interactor. This override will
indicate that it support copying for objects that can be converted to (unicode) text.
Namespace: TallComponents.Interaction.WinForms.Interactors.Annotations.WidgetsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
protected override void OnDragEnter( DragDropEventArgs args ) |
| Visual Basic |
|---|
Protected Overrides Sub OnDragEnter ( _ args As DragDropEventArgs _ ) |
Parameters
- args
- Type: TallComponents.Interaction.WinForms.Events..::..DragDropEventArgs
The drag event data.