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.Interactors
Assembly: 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 _
)

See Also