Invoked when the mouse is clicked in the interactor, i.e. a mouse down event has
occurred and the mouse button has been released in the interactor as well.
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 OnMouseClick( MouseEventArgs args ) |
| Visual Basic |
|---|
Protected Overridable Sub OnMouseClick ( _ args As MouseEventArgs _ ) |
Parameters
- args
- Type: TallComponents.Interaction.WinForms.Events..::..MouseEventArgs
The event data.