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