Class TreeViewLoadChildrenOnDemandEventArgs
Event arguments 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 TreeViewLoadChildrenOnDemandEventArgs : EventArgs
Constructors
TreeViewLoadChildrenOnDemandEventArgs(Object, Action)
Initializes a new instance of the Tree
Declaration
public TreeViewLoadChildrenOnDemandEventArgs(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()