Fixed "extra byte" problem (see ChangeLong)
[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                 //[MonoTODO]
23                 //public LabelEditEventArgs (int val)
24                 //{
25                 //      throw new NotImplementedException ();
26                 //}
27                 //[MonoTODO]
28                 //public LabelEditEventArgs (int val, string str)
29                 //{
30                 //      throw new NotImplementedException ();
31                 //}
32
33                 //
34                 //  --- Public Properties
35                 //
36                 //[MonoTODO]
37                 //public bool CancelEdit {
38                 //      get {
39                 //              throw new NotImplementedException ();
40                 //      }
41                 //      set {
42                 //              throw new NotImplementedException ();
43                 //      }
44                 //}
45                 //[MonoTODO]
46                 //public int Item {
47                 //      get {
48                 //              throw new NotImplementedException ();
49                 //      }
50                 //}
51                 //[MonoTODO]
52                 //public string Label {
53                 //      get {
54                 //              throw new NotImplementedException ();
55                 //      }
56                 //}
57
58                 //
59                 //  --- Public Methods
60                 //
61                 //[MonoTODO]
62                 //public virtual bool Equals(object o);
63                 //{
64                 //      throw new NotImplementedException ();
65                 //}
66                 //[MonoTODO]
67                 //public static bool Equals(object o1, object o2);
68                 //{
69                 //      throw new NotImplementedException ();
70                 //}
71         // }
72 }