(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / PaintEventHandler.cs
blob565f768af611a4ce283b5fd4f69fc5d4b09fa598
1 //
2 // System.Windows.Forms.PaintEventHandler.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 Paint event of a Control class.
15 /// </summary>
16 //[Serializable]
17 public delegate void PaintEventHandler(object sender, PaintEventArgs e);