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/Microsoft.Win32/SessionEndingEventHandler.cs')
-rw-r--r--mcs/class/System/Microsoft.Win32/SessionEndingEventHandler.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/mcs/class/System/Microsoft.Win32/SessionEndingEventHandler.cs b/mcs/class/System/Microsoft.Win32/SessionEndingEventHandler.cs
new file mode 100644
index 00000000000..0d66f15d068
--- /dev/null
+++ b/mcs/class/System/Microsoft.Win32/SessionEndingEventHandler.cs
@@ -0,0 +1,14 @@
+//
+// SessionEndingEventHandler.cs
+//
+// Author:
+// Johannes Roith (johannes@jroith.de)
+//
+// (C) 2002 Johannes Roith
+//
+namespace Microsoft.Win32 {
+
+ /// <summary>
+ /// </summary>
+public delegate void SessionEndingEventHandler(object sender, SessionEndingEventArgs e);
+}