ObjectList::OnItemSelect Method (ObjectListSelectEventArgs^)
.NET Framework (current version)
Called after the user selects an item. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Parameters
- e
-
Type:
System.Web.UI.MobileControls::ObjectListSelectEventArgs^
An ObjectListSelectEventArgs object that contains event data.
The default implementation raises the ItemSelect event. Inheriting classes can override this method to retrieve the required data.
.NET Framework
Available since 1.1
Available since 1.1
ItemSelect
ObjectList Class
System.Web.UI.MobileControls Namespace
Creating Custom Mobile Controls
Introduction to the ObjectList Control
Show: