PCL-CVS
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / LabelEditEventArgs.cs
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/LabelEditEventArgs.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/LabelEditEventArgs.cs
new file mode 100644 (file)
index 0000000..64bcac5
--- /dev/null
@@ -0,0 +1,72 @@
+//
+// System.Windows.Forms.LabelEditEventArgs
+//
+// Author:
+//   stubbed out by Daniel Carrera (dcarrera@math.toronto.edu)
+//
+// (C) 2002 Ximian, Inc
+//
+
+namespace System.Windows.Forms {
+
+       // <summary>
+       //      This is only a template.  Nothing is implemented yet.
+       //
+       // </summary>
+
+        //public class LabelEditEventArgs : EventArgs {
+
+               //
+               //  --- Constructor
+               //
+               // \b[MonoTODO]
+               // \bpublic LabelEditEventArgs (int val)
+               // \b{
+               //              throw new NotImplementedException ();
+               // \b}
+               // \b[MonoTODO]
+               // \bpublic LabelEditEventArgs (int val, string str)
+               // \b{
+               //              throw new NotImplementedException ();
+               // \b}
+
+               //
+               //  --- Public Properties
+               //
+               // \b[MonoTODO]
+               // \bpublic bool CancelEdit {
+               //      get {
+               //              throw new NotImplementedException ();
+               //      }
+               //      set {
+               //              throw new NotImplementedException ();
+               //      }
+               //}
+               // \b[MonoTODO]
+               // \bpublic int Item {
+               //      get {
+               //              throw new NotImplementedException ();
+               //      }
+               //}
+               // \b[MonoTODO]
+               // \bpublic string Label {
+               //      get {
+               //              throw new NotImplementedException ();
+               //      }
+               //}
+
+               //
+               //  --- Public Methods
+               //
+               // \b[MonoTODO]
+               // \bpublic virtual bool Equals(object o);
+               // \b{
+               //              throw new NotImplementedException ();
+               // \b}
+               // \b[MonoTODO]
+               // \bpublic static bool Equals(object o1, object o2);
+               // \b{
+               //              throw new NotImplementedException ();
+               // \b}
+       //}
+}