DataListItemEventArgs

DataListItemEventArgs

System.Web.UI.WebControls (system.web.dll)sealed class

This class provides extra information for the DataList.ItemCreated and DataList.ItemDataBound events. This information consists of an Item property that contains the current DataListItem object.

public sealed class DataListItemEventArgs : EventArgs {
// Public Constructors
   public DataListItemEventArgs(DataListItem item);
// Public Instance Properties
   public DataListItem Item{get; }
}

Hierarchy

System.Object System.EventArgs DataListItemEventArgs

Passed To

DataList.{OnItemCreated( ), OnItemDataBound( )}, DataListItemEventHandler.{BeginInvoke( ), Invoke( )}



    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