Invoked as a result of a click platform event.
Namespace: TallComponents.Interaction.WinForms.Interactors.AnnotationsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
protected override void OnMouseClick( MouseEventArgs args ) |
| Visual Basic |
|---|
Protected Overrides Sub OnMouseClick ( _ args As MouseEventArgs _ ) |
Parameters
- args
- Type: TallComponents.Interaction.WinForms.Events..::..MouseEventArgs
The click event.
Remarks
This override raises the javascript mouse up event. This is not done in OnMouseUp,
as javascript mouse up events should only occur after a mouse down.