**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / Gtk / DrawItemEventHandler.cs
blob1dcd3dad40aaaf8065320e6cb0e1e8b6fe913da7
1 //
2 // System.Windows.Forms.DrawItemEventHandler.cs
3 //
4 // Author:
5 // Dennis hayes (dennish@raytek.com)
6 //
7 // (C) 2002 Ximian, Inc. http://www.ximian.com
8 //
10 namespace System.Windows.Forms {
11 [Serializable]
12 public delegate void DrawItemEventHandler (
13 object sender,
14 DrawItemEventArgs e