TreeListChildrenLoadingEventArgs Properties
Stores data for the ChildrenLoading event.| Name | Description |
|---|---|
| Children | Specifies data items that are children of the Parent node. |
| Parent | Returns the data item that corresponds to the current node. |
| TreeList | Returns the TreeList object. |
See Also