- Fixed RadioButton display
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / ItemDragEventHandler.cs
1 //
2 // System.Windows.Forms.ItemDragEventHandler.cs
3 //
4 // Author:
5 //   Dennis hayes (dennish@raytek.com)
6 //
7 // (C) 2002 Ximian, Inc.  http://www.ximian.com
8 //
9
10 namespace System.Windows.Forms {
11         [Serializable]
12         public delegate void ItemDragEventHandler (
13         object sender,
14          ItemDragEventArgs e
15         );
16 }