5 references to EventRowUpdating
System.Data.OleDb (5)
OleDbDataAdapter.cs (5)
118OleDbRowUpdatingEventHandler? handler = (OleDbRowUpdatingEventHandler?)Events[EventRowUpdating]; 127Events.RemoveHandler(EventRowUpdating, d); 130Events.AddHandler(EventRowUpdating, value); 132remove { Events.RemoveHandler(EventRowUpdating, value); } 445OleDbRowUpdatingEventHandler? handler = (OleDbRowUpdatingEventHandler?)Events[EventRowUpdating];