Invoked when the mouse goes up after dragging a selection.
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 OnDragSelectMouseUp( DragSelectEventArgs args ) |
| Visual Basic |
|---|
Protected Overridable Sub OnDragSelectMouseUp ( _ args As DragSelectEventArgs _ ) |
Parameters
- args
- Type: TallComponents.Interaction.WinForms.Events..::..DragSelectEventArgs
The DragSelect event data.