ObjectListShowCommandsEventHandler 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)
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 )
Not applicable.
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 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.Community Additions
ADD
Show: