documentationfor yFiles for HTML 2.6

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.

Inheritance Hierarchy

Remarks

Since for some events (NodeRemoved, IsGroupNodeChanged, ParentChanged) 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-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.graph.NodeEventArgs

Constructors

Properties