System.Data.DataTableNewRowEventArgs.DataTableNewRowEventArgs C# (CSharp) Method

DataTableNewRowEventArgs() public method

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