IRegionInternalOnBeforeMouseDown Method
Pre-handles the MouseDown event for the region.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
bool OnBeforeMouseDown(
MouseEventOptions e
)
Function OnBeforeMouseDown (
e As MouseEventOptions
) As Boolean
bool OnBeforeMouseDown(
MouseEventOptions^ e
)
abstract OnBeforeMouseDown :
e : MouseEventOptions -> bool
- e MouseEventOptions
- Details for event.
Boolean if the event is handled,
if a subsequent call
to
OnMouseDown(MouseEventOptions) is required.