Invoked when a double-click occurs. This override will select a word.
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 OnMouseDoubleClick( MouseEventArgs args ) |
| Visual Basic |
|---|
Protected Overrides Sub OnMouseDoubleClick ( _ args As MouseEventArgs _ ) |
Parameters
- args
- Type: TallComponents.Interaction.WinForms.Events..::..MouseEventArgs
The event data.