asp.net.ph

CommandEventArgs Constructor ( CommandEventArgs )

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
);

Parameters

e
A CommandEventArgs that contains the event data.

Remarks

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

See Also

CommandEventArgs Members   CommandEventArgs Constructor Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note