Class TreeViewLoadChildrenOnDemandCommandContext
Command context providing information about loading the children of an item on demand in the Rad
Inheritance
Namespace: Telerik.Maui.Controls.TreeView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TreeViewLoadChildrenOnDemandCommandContext : EventArgs
Constructors
TreeViewLoadChildrenOnDemandCommandContext(Object, Action)
Initializes a new instance of the Tree
Declaration
public TreeViewLoadChildrenOnDemandCommandContext(object item, Action finished)
Parameters
System. Specifies the item to load on demand. |
System. Specifies an System. |
Properties
Item
Gets the item to load on demand.
Declaration
public object Item { get; }
Property Value
System.
|
Methods
Finish()
Notifies the Rad
Declaration
public void Finish()