TreeNodeColumnEventArgs.CreateTreeNodeColumnArgs

Syntax

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

Parameters

TreeControl - component, for which the event is generated.

Node - node, for which the event is generated.

Column - index of the component column.

Description

The CreateTreeNodeColumnArgs constructor creates an 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