1 instantiation of DataTableNewRowEventArgs
System.Data.Common (1)
System\Data\DataTable.cs (1)
3497
DataTableNewRowEventArgs eventArg = new
DataTableNewRowEventArgs
(row);
5 references to DataTableNewRowEventArgs
netstandard (1)
netstandard.cs (1)
514
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
DataTableNewRowEventArgs
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
83
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
DataTableNewRowEventArgs
))]
System.Data.Common (3)
System\Data\DataTable.cs (2)
3497
DataTableNewRowEventArgs
eventArg = new DataTableNewRowEventArgs(row);
3687
protected virtual void OnTableNewRow(
DataTableNewRowEventArgs
e)
System\Data\DataTableNewRowEventHandler.cs (1)
6
public delegate void DataTableNewRowEventHandler(object sender,
DataTableNewRowEventArgs
e);