Method | Description | |
---|---|---|
RowEventArgs ( GridViewRow row ) : System |
Initializes a new instance of the RowEventArgs class.
|
|
RowEventArgs ( int rowIndex, object rowKeyValue ) : System |
Initializes a new instance of the RowEventArgs class.
|
public RowEventArgs ( GridViewRow row ) : System | ||
row | GridViewRow | The row. |
return | System |
public RowEventArgs ( int rowIndex, object rowKeyValue ) : System | ||
rowIndex | int | Index of the row. |
rowKeyValue | object | The row key value. |
return | System |