DataTableNewRowEventArgs.Row Propriété

Définition

Obtient la ligne qui est ajoutée.

public:
 property System::Data::DataRow ^ Row { System::Data::DataRow ^ get(); };
public System.Data.DataRow Row { get; }
member this.Row : System.Data.DataRow
Public ReadOnly Property Row As DataRow

Valeur de propriété

DataRow qui est ajoutée.

S’applique à