DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section