Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/System.Data.OleDb/OleDbRowUpdatedEventHandler.cs')
-rw-r--r--mcs/class/System.Data/System.Data.OleDb/OleDbRowUpdatedEventHandler.cs19
1 files changed, 0 insertions, 19 deletions
diff --git a/mcs/class/System.Data/System.Data.OleDb/OleDbRowUpdatedEventHandler.cs b/mcs/class/System.Data/System.Data.OleDb/OleDbRowUpdatedEventHandler.cs
deleted file mode 100644
index fc911b7c6c6..00000000000
--- a/mcs/class/System.Data/System.Data.OleDb/OleDbRowUpdatedEventHandler.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// System.Data.OleDb.OleDbRowUpdatedEventHandler
-//
-// Author:
-// Rodrigo Moya (rodrigo@ximian.com)
-//
-// Copyright (C) Rodrigo Moya, 2002
-//
-
-using System.Data;
-using System.Data.Common;
-
-namespace System.Data.OleDb
-{
- [Serializable]
- public delegate void OleDbRowUpdatedEventHandler (
- object sender,
- OleDbRowUpdatedEventArgs e);
-}