Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / C1TreeView Class / OnItemClick Property

In This Topic
    OnItemClick Property
    In This Topic
    This Callback will gets and sets by Blazor framework automatically for binding feature.
    Syntax
    'Declaration
     
    
    Public Property OnItemClick As EventCallback(Of TreeViewItem)
    public EventCallback<TreeViewItem> OnItemClick {get; set;}
    See Also