C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / TreeViewVirtualStackPanel Class / OnMouseDown Property
OnMouseDown Property (TreeViewVirtualStackPanel)
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)
 
See Also