Class
TreeListCommandEventArgs

The class that describes the event arguments to the TreeList events.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TreeListCommandEventArgs : TableGridBaseCommandEventArgs

Inheritance: objectEventArgsTableGridBaseCommandEventArgsTreeListCommandEventArgs

Inherited Members TableGridBaseCommandEventArgs.IsCancelledTableGridBaseCommandEventArgs.ItemTableGridBaseCommandEventArgs.IsNewTableGridBaseCommandEventArgs.FieldTableGridBaseCommandEventArgs.ValueEventArgs.Empty

Constructors

TreeListCommandEventArgs()

Declaration

cs-api-definition
public TreeListCommandEventArgs()

TreeListCommandEventArgs(bool)

Declaration

cs-api-definition
public TreeListCommandEventArgs(bool isNew)

Parameters

isNew

bool

TreeListCommandEventArgs(object)

Declaration

cs-api-definition
public TreeListCommandEventArgs(object item)

Parameters

item

object

TreeListCommandEventArgs(object, string, object)

Declaration

cs-api-definition
public TreeListCommandEventArgs(object item, string field, object value)

Parameters

item

object

field

string

value

object

Properties

ParentItem

Defines the parent item when inserting a child.

Declaration

cs-api-definition
public object ParentItem { get; set; }

Property Value

object