ListDataBindEventHandler

ListDataBindEventHandler.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.ItemDataBind event. This event will fire every time an item is added from a bound data source, giving you the chance to apply any required formatting to the bound data.

public delegate void ListDataBindEventHandler(object sender, ListDataBindEventArgs e);

Associated Events

List.ItemDataBind( ), SelectionList.ItemDataBind( )



    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