CommandEventArgs.CommandEventArgs(CommandEventArgs) Constructor
.NET Framework 3.0
Initializes a new instance of the CommandEventArgs class with another CommandEventArgs object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use this constructor to create and initialize a new instance of the CommandEventArgs class using the specified CommandEventArgs object.
When an instance of CommandEventArgs is created by a call to this constructor, the following properties are initialized to the specified values.
| Property | Initial Value |
|---|---|
| CommandName | The e.CommandName parameter. |
| CommandArgument | The e.CommandArgument parameter. |
Community Additions
ADD
Show: