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