DataGridItemEventArgs Constructor (DataGridItem^)
.NET Framework (current version)
Initializes a new instance of the DataGridItemEventArgs class.
Assembly: System.Web (in System.Web.dll)
Parameters
- item
-
Type:
System.Web.UI.WebControls::DataGridItem^
A DataGridItem that represents an item in the DataGrid.
Use this constructor to create and initialize a new instance of the DataGridItemEventArgs class.
When an instance of DataGridItemEventArgs is created by a call to this constructor, the following property is initialized to the specified value.
Item | Description |
|---|---|
Item | The item parameter. |
The following code example demonstrates how to create and initialize a new instance of the DataGridItemEventArgs class.
.NET Framework
Available since 1.1
Available since 1.1
Show: