Sub OnTableClick(Sender: Object; Args: ITabSheetBaseEventArgs);
Begin
//set of operators;
End Sub OnTableClick;
Sender. Parameter returning the component that has generated the event.
Args. Parameter allowing to determine event parameters.
The OnTableClick event occurs on clicking the top left table cell (the intersection of the header column and the header row).
Clicking this cell selects the entire table.
See also: