64bcac54b142158ef5353612e10d130541e9ca36
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / LabelEditEventArgs.cs
1 //
2 // System.Windows.Forms.LabelEditEventArgs
3 //
4 // Author:
5 //   stubbed out by Daniel Carrera (dcarrera@math.toronto.edu)
6 //
7 // (C) 2002 Ximian, Inc
8 //
9
10 namespace System.Windows.Forms {
11
12         // <summary>
13         //      This is only a template.  Nothing is implemented yet.
14         //
15         // </summary>
16
17         //public class LabelEditEventArgs : EventArgs {
18
19                 //
20                 //  --- Constructor
21                 //
22                 // \b[MonoTODO]
23                 // \bpublic LabelEditEventArgs (int val)
24                 // \b{
25                 //              throw new NotImplementedException ();
26                 // \b}
27                 // \b[MonoTODO]
28                 // \bpublic LabelEditEventArgs (int val, string str)
29                 // \b{
30                 //              throw new NotImplementedException ();
31                 // \b}
32
33                 //
34                 //  --- Public Properties
35                 //
36                 // \b[MonoTODO]
37                 // \bpublic bool CancelEdit {
38                 //      get {
39                 //              throw new NotImplementedException ();
40                 //      }
41                 //      set {
42                 //              throw new NotImplementedException ();
43                 //      }
44                 //}
45                 // \b[MonoTODO]
46                 // \bpublic int Item {
47                 //      get {
48                 //              throw new NotImplementedException ();
49                 //      }
50                 //}
51                 // \b[MonoTODO]
52                 // \bpublic string Label {
53                 //      get {
54                 //              throw new NotImplementedException ();
55                 //      }
56                 //}
57
58                 //
59                 //  --- Public Methods
60                 //
61                 // \b[MonoTODO]
62                 // \bpublic virtual bool Equals(object o);
63                 // \b{
64                 //              throw new NotImplementedException ();
65                 // \b}
66                 // \b[MonoTODO]
67                 // \bpublic static bool Equals(object o1, object o2);
68                 // \b{
69                 //              throw new NotImplementedException ();
70                 // \b}
71         //}
72 }