SiteMapNodeCommandEventArgs Constructors
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 | Parameters | Description |
---|---|---|
SiteMapNodeCommandEventArgs(Object, CommandEventArgs) | commandSource, originalArgs | Initializes a new instance of the SiteMapNodeCommandEventArgs class. |
SiteMapNodeCommandEventArgs(SiteMapNode, Object, CommandEventArgs) | node, commandSource, originalArgs | Initializes a new instance of the SiteMapNodeCommandEventArgs class. |
See Also