* UnsafeNativeMethods.cs: added IEnumVariant interface,
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / QueryAccessibilityHelpEventHandler.cs
1 //
2 // System.Windows.Forms.QueryAccessibilityHelpEventHandler.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 //
10
11 namespace System.Windows.Forms {
12
13         /// <summary>
14         /// Represents the method that will handle the QueryAccessibilityHelp event of a control.
15         /// </summary>
16         [Serializable]
17         public delegate void QueryAccessibilityHelpEventHandler(object sender, QueryAccessibilityHelpEventArgs e);
18 }