**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / Gtk / UICuesEventHandler.cs
blob3dace600070682086442e54b9591aa2ac66d8317
1 //
2 // System.Windows.Forms.UICuesEventHandler.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 a method that will handle the ChangeUICues event of a Control.
15 /// </summary>
16 public delegate void UICuesEventHandler(object sender, UICuesEventArgs e);