CommandEventArgs Class
Provides data for the Command event.
Assembly: System.Web (in System.Web.dll)
The Command event is raised when a Button or ImageButton control is clicked.
The CommandEventArgs object contains data about the Command event that can be accessed in the event handler. Using the properties available in the CommandEventArgs class, you can determine the name of the command to perform, such as Sort, in addition to an optional argument that supplements the command, such as Ascending.
For a list of initial property values for an instance of CommandEventArgs, see the CommandEventArgs constructor.
For more information about handling events, see Consuming Events.
The following example demonstrates how to access the properties in CommandEventArgs to determine the command to perform. This example specifies the event handler declaratively, using the OnClick property of the Button control.
The following code example demonstrates how to specify the event handler and programmatically add it to the event in the Page_Load method.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
System::EventArgs
System.Web.UI.WebControls::CommandEventArgs
System.Web.UI.MobileControls::ListCommandEventArgs
System.Web.UI.MobileControls::ObjectListCommandEventArgs
System.Web.UI.WebControls::DataGridCommandEventArgs
System.Web.UI.WebControls::DataListCommandEventArgs
System.Web.UI.WebControls::DataPagerCommandEventArgs
System.Web.UI.WebControls::DataPagerFieldCommandEventArgs
System.Web.UI.WebControls::DetailsViewCommandEventArgs
System.Web.UI.WebControls::FormViewCommandEventArgs
System.Web.UI.WebControls::GridViewCommandEventArgs
System.Web.UI.WebControls::ListViewCommandEventArgs
System.Web.UI.WebControls::MenuEventArgs
System.Web.UI.WebControls::RepeaterCommandEventArgs
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.