Base class for TreeView item event arguments.
Definition
Namespace:Telerik.Blazor.Components.TreeView
Assembly:Telerik.Blazor.dll
Syntax:
C#
public abstract class TreeViewItemEventArgs : TreeViewEventArgsBase
Inheritance: objectTreeViewEventArgsBaseTreeViewItemEventArgs
Derived Classes:
Inherited Members
Constructors
Properties
Defines the arguments of the event. You can cast it to the specific argument type and check if the click comes from mouse, keyboard or other.
C#
public EventArgs EventArgs { get; set; }
Defines whether the component should re-render. Use this option when you want to re-render the whole treeview.
C#
public bool ShouldRender { get; set; }