Name

DataGridItemEventArgs

Synopsis

This class provides extra information for the DataGrid.ItemCreated and DataGrid.ItemDataBound events, which consists of an Item property with the current DataGridItem object.

Public Class DataGridItemEventArgs : Inherits EventArgs
' Public Constructors
   Public Sub New(ByVal item As DataGridItem) 
' Public Instance Properties
   Public ReadOnly Property Item As DataGridItem  
End Class

Hierarchy

System.ObjectSystem.EventArgs DataGridItemEventArgs

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.