ObjectListSelectEventHandler Delegate
.NET Framework 3.0
Represents the method that handles the ItemSelect event of an ObjectList control.
Namespace: System.Web.UI.MobileControls
Assembly: System.Web.Mobile (in system.web.mobile.dll)
ObjectList
Assembly: System.Web.Mobile (in system.web.mobile.dll)
public delegate void ObjectListSelectEventHandler ( Object^ sender, ObjectListSelectEventArgs^ e )
/** @delegate */ public delegate void ObjectListSelectEventHandler ( Object sender, ObjectListSelectEventArgs e )
Not applicable.
Parameters
- sender
The source of the event, an ObjectList.
- e
An ObjectListSelectEventArgs that contains the event data.
When you create an ObjectListSelectEventHandler delegate for an ObjectList control, you identify the method that handles the event. The ObjectList control notifies the handler when an item event is generated. To associate the event with your event handler, add an instance of the delegate to the event. Unless you remove the delegate, the event handler is called whenever the event occurs.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
System.Web.UI.MobileControls NamespaceObjectList
Other Resources
Introduction to the ObjectList ControlCommunity Additions
ADD
Show: