Event arguments providing information about loading the children of an item on demand in the RadTreeView control.
Definition
Namespace:Telerik.Maui.Controls.TreeView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class TreeViewLoadChildrenOnDemandEventArgs : EventArgs
Inheritance: objectEventArgsTreeViewLoadChildrenOnDemandEventArgs
Inherited Members
Constructors
Initializes a new instance of the TreeViewLoadChildrenOnDemandEventArgs class.
Properties
Methods
Notifies the RadTreeView control that an asynchronous load on demand has finished.
C#
public void Finish()