System.Data.DataTableNewRowEventArgs.DataTableNewRowEventArgs C# (CSharp) Метод

DataTableNewRowEventArgs() публичный Метод

public DataTableNewRowEventArgs ( DataRow dataRow )
dataRow DataRow
        public DataTableNewRowEventArgs(DataRow dataRow)
        {
            Row = dataRow;
        }
DataTableNewRowEventArgs