A newer version of this page is available.
Switch to the current version.
BootstrapTreeView.NodeClick Event
Fires after a node has been clicked.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public event BootstrapTreeViewNodeEventHandler NodeClick
Public Event NodeClick As BootstrapTreeViewNodeEventHandler
Event Data
The NodeClick event's data class is BootstrapTreeViewNodeEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Node | Gets a node object related to the event. |
See Also
Feedback