DataGridItemEventArgs Constructor (DataGridItem^)

 

Initializes a new instance of the DataGridItemEventArgs class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
DataGridItemEventArgs(
	DataGridItem^ item
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: