RegionBaseOnSelectionUpdate Method
Handles selection update send from the parent container.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public virtual void OnSelectionUpdate(
MouseEventOptions e1,
MouseEventOptions e2
)
Public Overridable Sub OnSelectionUpdate (
e1 As MouseEventOptions,
e2 As MouseEventOptions
)
public:
virtual void OnSelectionUpdate(
MouseEventOptions^ e1,
MouseEventOptions^ e2
)
abstract OnSelectionUpdate :
e1 : MouseEventOptions *
e2 : MouseEventOptions -> unit
override OnSelectionUpdate :
e1 : MouseEventOptions *
e2 : MouseEventOptions -> unit
Parameters
- e1 MouseEventOptions
- Start options of the mouse event.
- e2 MouseEventOptions
- Final options of the mouse event.