2 writes to onRowDeletingDelegate
System.Data (2)
fx\src\data\System\Data\DataTable.cs (2)
2428
onRowDeletingDelegate
+= value;
2432
onRowDeletingDelegate
-= value;
4 references to onRowDeletingDelegate
System.Data (4)
fx\src\data\System\Data\DataTable.cs (4)
3316
Debug.Assert((null != e) && ((null !=
onRowDeletingDelegate
) || IsTypedDataTable), "OnRowDeleting arguments");
3317
if (
onRowDeletingDelegate
!= null) {
3319
onRowDeletingDelegate
(this, e);
3743
else if (DataRowAction.Delete == eAction && eRow.newRecord != -1 && (IsTypedDataTable || (null !=
onRowDeletingDelegate
))) {