C# Class System.Data.DataRowChangeEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
DataRowChangeEventArgs ( DataRow row, DataRowAction action )

Initializes a new instance of the class.

Method Details

DataRowChangeEventArgs() public méthode

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