ObjectListShowCommandsEventHandler Delegate
Assembly: System.Web.Mobile (in system.web.mobile.dll)
public delegate void ObjectListShowCommandsEventHandler ( Object^ sender, ObjectListShowCommandsEventArgs^ e )
/** @delegate */ public delegate void ObjectListShowCommandsEventHandler ( Object sender, ObjectListShowCommandsEventArgs e )
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
The source of the event, an ObjectList.
- e
An ObjectListShowCommandsEventArgs object that contains the event data.
When you create an ObjectListShowCommandsEventHandler delegate for an ObjectList, you identify the method that will handle the event. The ObjectList notifies the handler when an item event is generated (after data binding). 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 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
System.Web.UI.MobileControls NamespaceObjectList Class
ObjectList.ItemCommand Event
Introduction to the ObjectList Control