TreeColumnEventArgs.Create

Syntax

Create(TreeControl: ITreeControl; Column: ITreeListColumn);

Parameters

TreeControl - component, for which the event is generated.

Column - column of the component, for which the event is generated.

Description

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

See also:

TreeColumnEventArgs