NodeChangedEventArgs Properties
Provides data for the TreeList.NodeChanged event.| Name | Description |
|---|---|
| ChangeType | Gets the way the node has been changed. |
| Node | Gets the current Tree List node. Inherited from NodeEventArgs. |
| NodeCollection | Gets the collection that contains the current node. |
See Also