Constructor DataRowEventArgs
| Improve this Doc View SourceDataRowEventArgs(DataRow)
Initializes a new instance of DataRowEventArgs.
Declaration
public DataRowEventArgs(DataRow dataRow)
Parameters
Type | Name | Description |
---|---|---|
DataRow | dataRow | The DataRow object. |