ClassTreeViewLoadChildrenOnDemandEventArgs
Class
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:
cs-api-definition
public class TreeViewLoadChildrenOnDemandEventArgs : EventArgs
Inheritance: objectEventArgsTreeViewLoadChildrenOnDemandEventArgs
Inherited Members
Constructors
TreeViewLoadChildrenOnDemandEventArgs(object, Action)
Initializes a new instance of the TreeViewLoadChildrenOnDemandEventArgs class.
Properties
Methods
Finish()
Notifies the RadTreeView control that an asynchronous load on demand has finished.
Declaration
cs-api-definition
public void Finish()