TreeViewNodeCommandEventArgs Properties
Provides data for events whose function processes the NodeCommand event fired by a child control, within a templated node.
Name | Description |
---|---|
Command |
Gets the argument for the command.
Inherited from Command |
Command |
Gets the name of the command.
Inherited from Command |
Command |
Gets an object representing a control which forced a postback. |
Node | Gets a node object related to the event. |
See Also