Class TreeListCommandEventArgs
The class that describes the event arguments to the TreeList events.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TreeListCommandEventArgs : TableGridBaseCommandEventArgs
Constructors
TreeListCommandEventArgs()
Declaration
public TreeListCommandEventArgs()
TreeListCommandEventArgs(Boolean)
Declaration
public TreeListCommandEventArgs(bool isNew)
Parameters
System.Boolean
isNew
|
TreeListCommandEventArgs(Object)
Declaration
public TreeListCommandEventArgs(object item)
Parameters
System.Object
item
|
TreeListCommandEventArgs(Object, String, Object)
Declaration
public TreeListCommandEventArgs(object item, string field, object value)
Parameters
System.Object
item
|
System.String
field
|
System.Object
value
|
Properties
ParentItem
Defines the parent item when inserting a child.
Declaration
public object ParentItem { get; set; }
Property Value
System.Object
|