Method | Description | |
---|---|---|
GroupPickerRowEventArgs ( System.Web.UI.WebControls.GridViewRow row ) : System |
Initializes a new instance of the GroupPickerRowEventArgs class.
|
|
GroupPickerRowEventArgs ( System.Web.UI.WebControls.GridViewRow row, int groupId ) : System |
Initializes a new instance of the GroupPickerRowEventArgs class.
|
|
GroupPickerRowEventArgs ( int rowIndex, object rowKeyValue ) : System |
Initializes a new instance of the GroupPickerRowEventArgs class.
|
|
GroupPickerRowEventArgs ( int rowIndex, object rowKeyValue, int groupId ) : System |
Initializes a new instance of the GroupPickerRowEventArgs class.
|
public GroupPickerRowEventArgs ( System.Web.UI.WebControls.GridViewRow row ) : System | ||
row | System.Web.UI.WebControls.GridViewRow | The row. |
return | System |
public GroupPickerRowEventArgs ( System.Web.UI.WebControls.GridViewRow row, int groupId ) : System | ||
row | System.Web.UI.WebControls.GridViewRow | The row. |
groupId | int | The group identifier. |
return | System |
public GroupPickerRowEventArgs ( int rowIndex, object rowKeyValue ) : System | ||
rowIndex | int | Index of the row. |
rowKeyValue | object | The row key value. |
return | System |
public GroupPickerRowEventArgs ( int rowIndex, object rowKeyValue, int groupId ) : System | ||
rowIndex | int | Index of the row. |
rowKeyValue | object | The row key value. |
groupId | int | The group identifier. |
return | System |