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

G. andrew Duthie; matthew Macdonald

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

DataListItemEventHandlerserializable

System.Web.UI.WebControls (system.web.dll)delegate

This delegate defines the parameter list for methods that handle the DataList.ItemCreated and DataList.ItemDataBound events. These events provide extra information about the current DataListItem through the DataListItemEventArgs class.

public delegate void 

DataListItemEventHandler (object

sender , DataListItemEventArgs

e );

Associated Events

DataList.{ItemCreated( ), ItemDataBound( )}