ObjectListCommandEventHandler

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( )



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace