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