ObjectListCommandEventHandler Delegate
.NET Framework 3.0
Represents the method that will handle the ItemCommand event of an ObjectList.
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 ObjectListCommandEventHandler ( Object^ sender, ObjectListCommandEventArgs^ e )
/** @delegate */ public delegate void ObjectListCommandEventHandler ( Object sender, ObjectListCommandEventArgs e )
Not applicable.
Parameters
- sender
The source of the event, an ObjectList.
- e
An ObjectListCommandEventArgs object that contains the event data.
When you create an ObjectListCommandEventHandler delegate for an ObjectList you identify the method that will handle the event. The ObjectList 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: