Property OnExpand
OnExpand
Declaration
[Parameter]
public EventCallback<(string[] ExpandedKeys, TreeViewNode<TItem> Node, bool Expanded)> OnExpand { get; set; }
Property Value
| Type | Description |
|---|---|
| EventCallback<(string[] ExpandedKeys, TreeViewNode<TItem> Node, bool Expanded)> |