TreeNodeEditEventArgs.Create

Syntax

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

Parameters

TreeControl is a component for which the event is generated.

Node is a node for which the event is generated.

Text is the text of the element in the column in which the editing was performed.

Column is an index of the column in which the editing was performed.

Description

The Create designer creates argument of the event that occurs after escape from the element edit mode.

See also:

TreeNodeEditEventArgs