System.Web.UI.WebControls Namespace CommandEventArgs Class
Initializes a new instance of the CommandEventArgs class with another CommandEventArgs.
[ VB ]
Overloads Public Sub New ( _
ByVal e As CommandEventArgs _
)
[ C# ]
public CommandEventArgs (
CommandEventArgs e
);
[ C++ ]
public: CommandEventArgs (
CommandEventArgs* e
);
[ JScript ]
public function CommandEventArgs (
e : CommandEventArgs
);
- e
- A CommandEventArgs that contains the event data.
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 |
e.CommandName |
CommandArgument |
e.CommandArgument |
CommandEventArgs Members CommandEventArgs Constructor Overload List