ObjectListSelectEventArgs 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 data for the ItemSelect event of an ObjectList. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public ref class ObjectListSelectEventArgs : EventArgs
public class ObjectListSelectEventArgs : EventArgs
[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 ObjectListSelectEventArgs : EventArgs
type ObjectListSelectEventArgs = class
inherit EventArgs
[<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 ObjectListSelectEventArgs = class
inherit EventArgs
Public Class ObjectListSelectEventArgs
Inherits EventArgs
- Inheritance
- Attributes
Constructors
ObjectListSelectEventArgs(ObjectListItem, Boolean) |
Initializes a new ObjectListSelectEventArgs object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Properties
ListItem |
Returns the list item that is being bound. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
SelectMore |
Gets a value indicating whether the event argument starts with |
UseDefaultHandling |
Gets a value indicating whether default handling must be used. The default is |
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) |