The members of System.Web.UI.WebControls.CommandEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Web.UI.WebControls.CommandEventArgs class with another System.Web.UI.WebControls.CommandEventArgs object. | ||
Initializes a new instance of the System.Web.UI.WebControls.CommandEventArgs class with the specified command name and argument. |
[read-only] | CommandArgument | object.
Gets the argument for the command. |
[read-only] | CommandName | string.
Gets the name of the command. |