ObjectListCommandEventHandler | .NET 1.1, serializable |
System.Web.UI.MobileControls (system.web.mobile.dll) | delegate |
This delegate defines the signature for methods that handle the
ObjectList.ItemCommand event (which fires when a
custom ObjectListCommand is selected for a given
item).
public delegate void ObjectListCommandEventHandler(object sender, ObjectListCommandEventArgs e);
Associated Events
ObjectList.ItemCommand( )
|