TabSheetBox.OnSelectionChange

Syntax

Sub TabSheetBoxOnSelectionChange(Sender: Object; Args: ITabSheetEventArgs);

Begin

//set of operators

End Sub TabSheetBoxOnSelectionChange;

Parameters

Sender is a parameter indicating the component, in which the event has occurred.

Args is a parameter which allows to define the object, containing the sheet of the table, in which the event has occurred.

Description

The OnSelectionChange event occurs when the table cells selection changes.

See also:

TabSheetBox