TreeNodeActionEventArgs.Create

Syntax

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

Parameters

TreeControl - component, for which the event is generated.

Node - node, for which the event is generated.

AllowAction - parameter that determines whether the action should be executed.

Column - number of the column, in which the element edit mode is enabled. The property is relevant only for the OnEditing event.

Description

The Create constructor creates an argument of the events that occur before any action with the tree node of the TreeCombo and TreeList components.

See also:

TreeNodeActionEventArgs