TreeListChildrenLoadingOnDemandEventArgs Properties
Stores data for the ChildrenLoadingOnDemand event.| Name | Description |
|---|---|
| CancellationToken | Specifies an object that propagates a cancellation notification. |
| Children | Specifies data items that are children of the Parent node. Inherited from TreeListChildrenLoadingEventArgs. |
| Parent | Returns the data item that corresponds to the current node. Inherited from TreeListChildrenLoadingEventArgs. |
| TreeList | Returns the TreeList object. Inherited from TreeListChildrenLoadingEventArgs. |
See Also