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