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:
authorKonstantin Safonov <kasthack@epicm.org>2017-10-27 13:22:42 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-10-27 13:22:42 +0300
commit6e529aafcce8f04795599c4d3231912bd3c2805b (patch)
treee976d99f3bfaeb0383c3e6d8cadcb8b9994a71c0 /mcs/class/System.Web
parent5802f03926cdee8950ebe5c143ed8ffaf4e1dd36 (diff)
[System.Web] ObjectDataSourceEventHandler from reference source (#5868)
Diffstat (limited to 'mcs/class/System.Web')
-rw-r--r--mcs/class/System.Web/System.Web.UI.WebControls/ObjectDataSourceEventHandler.cs32
-rw-r--r--mcs/class/System.Web/System.Web.dll.sources2
2 files changed, 1 insertions, 33 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/ObjectDataSourceEventHandler.cs b/mcs/class/System.Web/System.Web.UI.WebControls/ObjectDataSourceEventHandler.cs
deleted file mode 100644
index 7f9426ac82b..00000000000
--- a/mcs/class/System.Web/System.Web.UI.WebControls/ObjectDataSourceEventHandler.cs
+++ /dev/null
@@ -1,32 +0,0 @@
-//
-// System.Web.UI.WebContrls.ObjectDataSourceEventHandler.cs;
-//
-// Authors:
-// Sanjay Gupta (gsanjay@novell.com)
-//
-// (C) 2004 Novell, Inc (http://www.novell.com)
-//
-
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-//
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-namespace System.Web.UI.WebControls {
- public delegate void ObjectDataSourceObjectEventHandler (object sender, ObjectDataSourceEventArgs e);
-}
diff --git a/mcs/class/System.Web/System.Web.dll.sources b/mcs/class/System.Web/System.Web.dll.sources
index fc9851fe214..61a69220ede 100644
--- a/mcs/class/System.Web/System.Web.dll.sources
+++ b/mcs/class/System.Web/System.Web.dll.sources
@@ -1005,7 +1005,7 @@ System.Web.UI.WebControls/ObjectDataSource.cs
../referencesource/System.Web/UI/WebControls/ObjectDataSourceDisposingEventArgs.cs
../referencesource/System.Web/UI/WebControls/ObjectDataSourceDisposingEventHandler.cs
../referencesource/System.Web/UI/WebControls/ObjectDataSourceEventArgs.cs
-System.Web.UI.WebControls/ObjectDataSourceEventHandler.cs
+../referencesource/System.Web/UI/WebControls/ObjectDataSourceObjectEventHandler.cs
../referencesource/System.Web/UI/WebControls/ObjectDataSourceFilteringEventArgs.cs
../referencesource/System.Web/UI/WebControls/ObjectDataSourceFilteringEventHandler.cs
../referencesource/System.Web/UI/WebControls/ObjectDataSourceMethodEventArgs.cs