The class that describes the event arguments to the TreeList events.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class TreeListCommandEventArgs : TableGridBaseCommandEventArgs
Inheritance: objectEventArgsTableGridBaseCommandEventArgsTreeListCommandEventArgs
Inherited Members
Constructors
C#
public TreeListCommandEventArgs()
Properties
Defines the parent item when inserting a child.
C#
public object ParentItem { get; set; }