BootstrapTreeViewNodeCommandEventArgs Properties
Provides data for events whose function processes the NodeCommand event fired by a child control, within a templated node.Name | 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