use correct EventHandlers
[mono.git] / mcs / class / System / Microsoft.Win32 / SystemEvents.cs
1 //\r
2 // SystemEvents.cs\r
3 //\r
4 // Author:\r
5 //  Johannes Roith (johannes@jroith.de)\r
6 //\r
7 // (C) 2002 Johannes Roith\r
8 //\r
9 \r
10 namespace Microsoft.Win32 {\r
11         /// <summary>\r
12         /// </summary>\r
13 public sealed class SystemEvents : System.EventArgs{\r
14 \r
15         [MonoTODO]\r
16         public static void InvokeOnEventsThread(System.Delegate method)\r
17         {\r
18                 throw new System.NotImplementedException ();\r
19         }\r
20 \r
21 \r
22 \r
23         [MonoTODO]\r
24         public static event System.EventHandler DisplaySettingsChanged {\r
25                 add     { throw new System.NotImplementedException ();}\r
26                 remove  { throw new System.NotImplementedException ();}\r
27         }\r
28         \r
29                 \r
30         [MonoTODO]\r
31         public static event System.EventHandler EventsThreadShutdown {\r
32                 add     { throw new System.NotImplementedException ();}\r
33                 remove  { throw new System.NotImplementedException ();}\r
34         }\r
35         \r
36         \r
37         [MonoTODO]\r
38         public static event System.EventHandler InstalledFontsChanged {\r
39                 add     { throw new System.NotImplementedException ();}\r
40                 remove  { throw new System.NotImplementedException ();}\r
41         }\r
42         \r
43         \r
44         [MonoTODO]\r
45         public static event System.EventHandler LowMemory {\r
46                 add     { throw new System.NotImplementedException ();}\r
47                 remove  { throw new System.NotImplementedException ();}\r
48         }\r
49         \r
50         \r
51         [MonoTODO]\r
52         public static event System.EventHandler PaletteChanged {\r
53                 add     { throw new System.NotImplementedException ();}\r
54                 remove  { throw new System.NotImplementedException ();}\r
55         }\r
56         \r
57         \r
58         [MonoTODO]\r
59         public static event  PowerModeChangedEventHandler PowerModeChanged {\r
60                 add     { throw new System.NotImplementedException ();}\r
61                 remove  { throw new System.NotImplementedException ();}\r
62         }\r
63         \r
64         \r
65         [MonoTODO]\r
66                 public static event SessionEndedEventHandler SessionEnded {\r
67                 add     { throw new System.NotImplementedException ();}\r
68                 remove  { throw new System.NotImplementedException ();}\r
69         }\r
70         \r
71         \r
72         [MonoTODO]\r
73         public static event System.EventHandler SessionEnding {\r
74                 add     { throw new System.NotImplementedException ();}\r
75                 remove  { throw new System.NotImplementedException ();}\r
76         }\r
77         \r
78 \r
79         [MonoTODO]\r
80         public static event System.EventHandler TimeChanged {\r
81                 add     { throw new System.NotImplementedException ();}\r
82                 remove  { throw new System.NotImplementedException ();}\r
83         }\r
84         \r
85         \r
86         [MonoTODO]\r
87         public static event UserPreferenceChangedEventHandler TimerElapsed {\r
88                 add     { throw new System.NotImplementedException ();}\r
89                 remove  { throw new System.NotImplementedException ();}\r
90         }\r
91         \r
92         \r
93         [MonoTODO]\r
94         public static event UserPreferenceChangedEventHandler UserPreferenceChanged {\r
95                 add     { throw new System.NotImplementedException ();}\r
96                 remove  { throw new System.NotImplementedException ();}\r
97         }\r
98         \r
99         \r
100         [MonoTODO]\r
101         public static event  UserPreferenceChangingEventHandler UserPreferenceChanging {\r
102                 add     { throw new System.NotImplementedException ();}\r
103                 remove  { throw new System.NotImplementedException ();}\r
104         }\r
105         \r
106 \r
107 }\r
108 \r
109 \r
110 }\r