* FileSystemInfo.cs: corrected COM visibility of UTC properties
[mono.git] / mcs / class / System.Data.SqlXml / System.Xml / UpdateEventHandler.cs
1 //
2 // UpdateEventHandler.cs
3 //
4 // Author:
5 //      Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
6 //
7 //
8
9 #if NET_1_2
10 namespace System.Xml
11 {
12         public delegate void UpdateEventHandler (object sender, XmlUpdateEventArgs e);
13 }
14
15 #endif