Constructor DataRowRemovedEventArgs
| Improve this Doc View SourceDataRowRemovedEventArgs(DataRow, DataSet, Int32, DataSet, Int32)
Initializes a new instance of DataRowRemovedEventArgs.
Declaration
public DataRowRemovedEventArgs(DataRow dataRow, DataSet baseDataSet, int ordinal, DataSet dataSet, int index)
Parameters
Type | Name | Description |
---|---|---|
DataRow | dataRow | The DataRow object. |
DataSet | baseDataSet | Base DataSet which the DataRow is removed from. |
System.Int32 | ordinal | The ordinal of the removed DataRow in base DataSet. |
DataSet | dataSet | DataSet which the DataRow is removed from. |
System.Int32 | index | The index of the removed DataRow in DataSet. |