TreeNodeEditEventArgs.Create

Syntax

Create(TreeControl: ITreeControl; Node: ITreeListNode; Text: String; [Column: Integer = -1]);

Parameters

TreeControl - component, for which the event is generated.

Node - node, for which the event is generated.

Text - text of the element in the column, in which editing was executed.

Column - index of the column, in which editing was executed.

Description

The Create constructor creates an argument of the event that occurs after exiting the element edit mode.

See also:

TreeNodeEditEventArgs