RegionBaseOnSelectionUpdate Method

Handles selection update send from the parent container.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public virtual void OnSelectionUpdate(
	MouseEventOptions e1,
	MouseEventOptions e2
)

Parameters

e1  MouseEventOptions
Start options of the mouse event.
e2  MouseEventOptions
Final options of the mouse event.

See Also