TreeViewNodeClickEventArgs Properties
Contains data for the DxTreeView.NodeClick and DxTreeViewNode.Click events.| Name | Description |
|---|---|
| MouseEventArgs | The Blazor’s built-in MouseEventArgs event arguments. |
| NodeInfo | Returns information about a node related to the event. |
See Also