TreeColumnEventArgs.Create

Syntax

Create(TreeControl: ITreeControl; Column: ITreeListColumn);

Parameters

TreeControl is a component for which the event is generated.

Column is a column of the component for which the event is generated.

Description

The Create designer creates argument of the event that occurs when the main mouse button clicks on the header of the column of the TreeCombo or TreeList components.

See also:

TreeColumnEventArgs