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