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

G. andrew Duthie; matthew Macdonald

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

ObjectListDataBindEventHandler.NET 1.1, serializable

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

This delegate defines the signature for methods that handle the ObjectList.ItemDataBind event (which fires once for each item, as it is is bound to the ObjectList).

public delegate void 

ObjectListDataBindEventHandler (object

sender , ObjectListDataBindEventArgs

e );

Associated Events

ObjectList.ItemDataBind( )