LanerBox.OnTableClick

Syntax

OnTableClick(Sender: Object; Args: ITabSheetBaseEventArgs);

Parameters

Sender. The parameter that returns the component that 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