TabSheetBox.OnEndSelectionChange

Syntax

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

Begin

//set of operators

End Sub TabSheetBoxOnEndSelectionChange;

Parameters

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

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

Description

The OnEndSelectionChange event occurs when the table cells selection ends.

See also:

TabSheetBox