C

NodeEventArgs

A specialized subclass of the ItemEventArgs<T> class that is bound to the INode type and carries additional information about the parent node and the group node status.

Remarks

Since for some events (node-removed, is-group-node-changed, parent-changed) it is unclear which parent or isGroupNode the node had before the event, this event can be used to carry exactly that information.

Members

Show:

Constructors

Creates a new instance.

Parameters

item: INode
The node that has changed.
oldParent: INode
The parent the node had before this event.
oldIsGroupNode: boolean
Whether the node was a group node before this event.

Properties