IRegionInternalOnBeforeMouseDown Method

Pre-handles the MouseDown event for the region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
bool OnBeforeMouseDown(
	MouseEventOptions e
)

Parameters

e  MouseEventOptions
Details for event.

Return Value

Boolean
if the event is handled, if a subsequent call to OnMouseDown(MouseEventOptions) is required.

See Also