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.
Inheritance Hierarchy
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
Properties
Gets whether the node was a group node before this event.
Gets whether the node was a group node before this event.
readonlyfinal
See Also
Developer's Guide
Gets the item that is the subject of the event.
Gets the item that is the subject of the event.