ObjectListCommandEventArgs Class

Definition

Caution

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

Provides information data for the ItemCommand event of an ObjectList. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public ref class ObjectListCommandEventArgs : System::Web::UI::WebControls::CommandEventArgs
public class ObjectListCommandEventArgs : System.Web.UI.WebControls.CommandEventArgs
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public class ObjectListCommandEventArgs : System.Web.UI.WebControls.CommandEventArgs
type ObjectListCommandEventArgs = class
    inherit CommandEventArgs
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type ObjectListCommandEventArgs = class
    inherit CommandEventArgs
Public Class ObjectListCommandEventArgs
Inherits CommandEventArgs
Inheritance
ObjectListCommandEventArgs
Attributes

Constructors

ObjectListCommandEventArgs(ObjectListItem, Object, CommandEventArgs)

Initializes a new instance of the ObjectListCommandEventArgs class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListCommandEventArgs(ObjectListItem, String)

Initializes a new instance of the ObjectListCommandEventArgs class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Fields

DefaultCommand

Gets or sets the name of the default command. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Properties

CommandArgument

Gets the argument for the command.

(Inherited from CommandEventArgs)
CommandName

Gets the name of the command.

(Inherited from CommandEventArgs)
CommandSource

Returns the control that raised the event. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ListItem

Returns the list item that generated the event. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also