NodeChangedArgs Properties
Contains data for the command bound to the TreeListView.NodeChangedCommand property.| Name | Description |
|---|---|
| ChangeType | Gets the value that specifies how the node is changed. |
| Item | Gets a record in a data source. |
| Path | Gets a path to the changed node. This path starts with this node and includes all its parent nodes. |
See Also