// // System.Windows.Forms.UpDownEventHandler.cs // // Authors: // Jaak Simm (jaaksimm@firm.ee) // Dennis Hayes (dennish@Raytek.com) // Gianandrea Terzi (gianandrea.terzi@lario.com) // // (C) 2002 Ximian, Inc. http://www.ximian.com // namespace System.Windows.Forms { /// /// This type supports the .NET Framework infrastructure /// and is not intended to be used directly from your code. /// //[Serializable] public delegate void UpDownEventHandler(object source, UpDownEventArgs e); }