ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 621
نمايش فراداده

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