New to Telerik UI for BlazorStart a free 30-day trial

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 TableGridBaseCommandEventArgs.IsCancelledTableGridBaseCommandEventArgs.ItemTableGridBaseCommandEventArgs.IsNewTableGridBaseCommandEventArgs.FieldTableGridBaseCommandEventArgs.ValueEventArgs.Empty...

Constructors

C#
public TreeListCommandEventArgs()
C#
public TreeListCommandEventArgs(bool isNew)
Parameters:isNewbool
C#
public TreeListCommandEventArgs(object item, string field, object value)
Parameters:itemobjectfieldstringvalueobject
C#
public TreeListCommandEventArgs(object item)
Parameters:itemobject

Properties

Defines the parent item when inserting a child.

C#
public object ParentItem { get; set; }