(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / NodeLabelEditEventHandler.cs
blobe6f35aa403ecdb42e6e2de290dac07900197917b
1 //
2 // System.Windows.Forms.NodeLabelEditEventHandler.cs
3 //
4 // Authors:
5 // Jaak Simm (jaaksimm@firm.ee)
6 // Dennis Hayes (dennish@Raytek.com)
7 //
8 // (C) 2002 Ximian, Inc. http://www.ximian.com
9 //
11 namespace System.Windows.Forms {
13 /// <summary>
14 /// Represents the method that will handle the BeforeLabelEdit
15 /// and AfterLabelEdit events of a TreeView control.
16 /// </summary>
17 //[Serializable]
18 public delegate void NodeLabelEditEventHandler(object sender, NodeLabelEditEventArgs e);