C# Class System.Data.DataRowChangeEventArgs

Inheritance: System.EventArgs
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
DataRowChangeEventArgs ( DataRow row, DataRowAction action )

Initializes a new instance of the class.

Method Details

DataRowChangeEventArgs() public method

Initializes a new instance of the class.
public DataRowChangeEventArgs ( DataRow row, DataRowAction action )
row DataRow
action DataRowAction