TreeNodeColumnEventArgs.CreateTreeNodeColumnArgs

Syntax

CreateTreeNodeColumnArgs(TreeControl: ITreeControl; Node: ITreeListNode; Column: Integer);

Parameters

TreeControl is a component for which the event is generated.

Node is a node for which the event is generated.

Column is an index of the component column.

Description

The CreateTreeNodeColumnArgs designer creates argument of the events that occur when the mouse cursor hovers over the element within any column of the TreeCombo and TreeList components.

See also:

TreeNodeColumnEventArgs