June 2002
Intermediate to advanced
816 pages
28h 12m
English
DataGridItemEventArgs
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
System.Object→System.EventArgs→ DataGridItemEventArgs
Read now
Unlock full access