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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph