DataTableNewRowEventArgs.Row Property

Definition

Gets the row that is being added.

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

Property Value

The DataRow that is being added.

Applies to