Skip to main content

BootstrapTreeView.NodeCommand Event

Fires when a control contained within a node template raises the Command event.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public event BootstrapTreeViewNodeCommandEventHandler NodeCommand

Event Data

The NodeCommand event's data class is BootstrapTreeViewNodeCommandEventArgs. The following properties provide information specific to this event:

Property Description
CommandArgument Gets the argument for the command. Inherited from CommandEventArgs.
CommandName Gets the name of the command. Inherited from CommandEventArgs.
CommandSource Gets an object representing a control which forced a postback. Inherited from TreeViewNodeCommandEventArgs.
Node Gets a node object related to the event.
See Also