Class TreeViewLoadChildrenOnDemandCommandContext
Command context providing information about loading the children of an item on demand in the RadTreeView control.
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 TreeViewLoadChildrenOnDemandCommandContext class.
Declaration
public TreeViewLoadChildrenOnDemandCommandContext(object item, Action finished)
Parameters
System.Object
item
Specifies the item to load on demand. |
System.Action
finished
Specifies an System.Action to execute when an asynchronous load on demand has finished. |
Properties
Item
Gets the item to load on demand.
Declaration
public object Item { get; }
Property Value
System.Object
|
Methods
Finish()
Notifies the RadTreeView control that an asynchronous load on demand has finished.
Declaration
public void Finish()