GridViewRowEventArgs.GridViewRowEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the GridViewRowEventArgs class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use this constructor to initialize a new instance of the GridViewRowEventArgs class.
The following table shows the initial property value for an instance of GridViewRowEventArgs.
| Property | Initial value |
|---|---|
| The GridViewRow object contained in the row parameter. |
Note: |
|---|
| This constructor is used primarily by control developers when raising events. |
Community Additions
ADD
Show:
Note: