C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / TreeViewVirtualStackPanel Class / OnClick Property
OnClick Property (TreeViewVirtualStackPanel)
In This Topic
This Callback will gets and sets by Blazor framework automatically for binding feature.
Syntax
'Declaration
 
Public Property OnClick As EventCallback(Of TreeViewItem)
 
See Also