C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / C1TreeView Class / OnItemSelected Property

In This Topic
OnItemSelected Property (C1TreeView)
In This Topic
Occurs when the selection state of a TreeViewItem changes.
Syntax
'Declaration
 
Public Property OnItemSelected As EventCallback(Of TreeViewItem)
 
See Also