Invoked when a mouse button goes down in the interactor.

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 OnMouseDown(
	MouseEventArgs args
)
Visual Basic
Protected Overridable Sub OnMouseDown ( _
	args As MouseEventArgs _
)

Remarks

By default, this method will set the focus to this interactor.

See Also