The event handler receives an argument of type TreeListNodeChangedEventArgs containing data related to this event.
The following
TreeListNodeChangedEventArgs properties provide information specific to this event.
Property |
Description |
ChangeType |
Gets the way in which the node has changed. |
Node |
Gets the changed node. |
The NodeChanged event is raised each time a node property changes. The node whose properties has changed is identified by the event parameter's TreeListNodeChangedEventArgs.Node property. The TreeListNodeChangedEventArgs.ChangeType parameter lets you identify the way the node has changed.