OnMouseDown Property
OnMouseDown
This Callback will gets and sets by Blazor framework automatically for binding feature.
Declaration
[Parameter]
public EventCallback<TreeViewItem> OnMouseDown { get; set; }
<Parameter>
Public Property OnMouseDown As EventCallback(Of TreeViewItem)