<PackageReference Include="NETStandard.Library" Version="2.0.0" />
System.Data.DataTableNewRowEventArgs
namespace System.
Data
{
public sealed class DataTableNewRowEventArgs :
EventArgs
{
public DataRow Row { get; }
public DataTableNewRowEventArgs(
DataRow dataRow);
}
}