DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section