ListCommandEventHandler

ListCommandEventHandler.NET 1.1, serializable

System.Web.UI.MobileControls (system.web.mobile.dll)delegate

This delegate defines the signature required for an event handler of the List.ItemCommand event. This event will fire when any list item is clicked, provided the List.ItemsAsLinks property is True.

public delegate void ListCommandEventHandler(object sender, ListCommandEventArgs e);

Associated Events

List.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