Sub TabSheetBoxOnTableClick(Sender: Object; Args: ITabSheetEventArgs);
Begin
//set of operators
End Sub TabSheetBoxOnTableClick;
Sender - a parameter, indicating the component, in which the event has occurred.
Args - a parameter, which allows to define the object, containing the sheet of the table, in which the event has occurred.
The OnTableClick event occurs on mouse click in the top left table cell (the intersection of the header column and the header row).
See also: