System.Data.DataTableNewRowEventArgs public sealed class DataTableNewRowEventArgs : EventArgs Documentation Code namespace System.Data { public sealed class DataTableNewRowEventArgs : EventArgs { public DataRow Row { get; } public DataTableNewRowEventArgs(DataRow dataRow); } }