LanerBox.OnTableClick

Syntax

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

Begin

//set of operators;

End Sub OnTableClick;

Parameters

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

Args. Parameter allowing to determine event parameters.

Description

The OnTableClick event occurs on clicking the top left table cell (the intersection of the header column and the header row).

Comments

Clicking this cell selects the entire table.

See also:

LanerBox