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:
C#
public class TreeViewLoadChildrenOnDemandCommandContext : EventArgs
Inheritance: objectEventArgsTreeViewLoadChildrenOnDemandCommandContext
Inherited Members
Constructors
Initializes a new instance of the TreeViewLoadChildrenOnDemandCommandContext class.
Properties
Methods
Notifies the RadTreeView control that an asynchronous load on demand has finished.
C#
public void Finish()