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
EventArgs
ItemEventArgs<INode>
NodeEventArgs
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.
Type Details
- yFiles module
- view
Constructors
Properties
Gets whether the node was a group node before this event.
Gets the item that is the subject of the event.