LanerBox.OnBeginSelectionChange

Syntax

Sub OnBeginSelectionChange(Sender: Object; Args: ITabSheetBaseEventArgs);

Begin

//set of operators;

End Sub OnBeginSelectionChange;

Parameters

Sender. Parameter returning the component that has generated the event.

Args. Parameter allowing to determine event parameters.

Description

The OnBeginSelectionChange event occurs when user starts selecting table cells.

See also:

LanerBox