SiteMapNodeCommandEventArgs Properties
Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated node of a site map control.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 the control which forced a postback. |
SiteMapNode | Gets a node object related to the event. |
See Also