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

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