**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / MouseEventHandler.cs
blob64d95720fdecef0563059af11ebbc986cffebb50
1 //
2 // System.Windows.Forms.MouseEventHandler.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 MouseDown, MouseUp, or MouseMove
15 /// event of a form, control, or other component.
16 /// </summary>
17 //[Serializable]
18 public delegate void MouseEventHandler(object sender, MouseEventArgs e);