Create(TreeControl: ITreeControl; Node: ITreeListNode; Text: String; [Column: Integer = -1]);
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.
The Create constructor creates an argument of the event that occurs after exiting the element edit mode.
See also: