Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / TreeViewItemView Class / OnToggle Property

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