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