CommandEventArgs Hierarchy

The following table lists the classes derived from System.Web.UI.WebControls.CommandEventArgs .

Class Description
System.Web.UI.MobileControls.ListCommandEventArgs Provides data for the ItemCommand event of a List control.
System.Web.UI.MobileControls.ObjectListCommandEventArgs Provides information data for the ItemCommand event of an ObjectList.
System.Web.UI.WebControls.DataGridCommandEventArgs Provides data for the CancelCommand, DeleteCommand, EditCommand, ItemCommand, and UpdateCommand events of the DataGrid control. This class cannot be inherited.
System.Web.UI.WebControls.DataListCommandEventArgs Provides data for the CancelCommand, DeleteCommand, EditCommand, ItemCommand, and UpdateCommand events of the DataList control. This class cannot be inherited.
System.Web.UI.WebControls.DetailsViewCommandEventArgs Provides data for the ItemCommand event.
System.Web.UI.WebControls.FormViewCommandEventArgs Provides data for the ItemCommand event.
System.Web.UI.WebControls.GridViewCommandEventArgs Provides data for the RowCommand event.
System.Web.UI.WebControls.MenuEventArgs Provides data for the MenuItemClick and MenuItemDataBound events of a Menu control. This class cannot be inherited.
System.Web.UI.WebControls.RepeaterCommandEventArgs Provides data for the ItemCommand event of a Repeater. This class cannot be inherited.

Community Additions

Show: