TreeNodeCheckingEventArgs.Create

Syntax

Create(TreeControl: ITreeControl; Node: ITreeListNode; Value: Boolean; Allow: Boolean);

Parameters

TreeControl. The component, for which event is generated.

Node. The node for which event is generated.

Value. Checkbox selection value that will be selected.

Allow. Attribute of checkbox selection changing.

Description

The Create constructor creates an argument of the event that occurs before the element checkbox selection is changed.

See also:

TreeNodeCheckingEventArgs