ClassTreeViewItemEventArgs
Class
Base class for TreeView item event arguments.
Definition
Namespace:Telerik.Blazor.Components.TreeView
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class TreeViewItemEventArgs : TreeViewEventArgsBase
Inheritance: objectTreeViewEventArgsBaseTreeViewItemEventArgs
Derived Classes:
Inherited Members
Constructors
Properties
EventArgs
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.
ShouldRender
Defines whether the component should re-render. Use this option when you want to re-render the whole treeview.