**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / PropertyTabChangedEventHandler.cs
blobc878d4425b58a41a0d6c37a67ac6b9b59c2f4c9f
1 //
2 // System.Windows.Forms.PropertyTabChangedEventHandler.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 PropertyTabChanged event of a PropertyGrid.
15 /// </summary>
16 //[Serializable]
17 public delegate void PropertyTabChangedEventHandler(object s, PropertyTabChangedEventArgs e);