| 1234567891011121314151617181920 |
- //
- // System.Windows.Forms.UpDownEventHandler.cs
- //
- // Authors:
- // Jaak Simm ([email protected])
- // Dennis Hayes ([email protected])
- // Gianandrea Terzi ([email protected])
- //
- // (C) 2002 Ximian, Inc. http://www.ximian.com
- //
- namespace System.Windows.Forms {
- /// <summary>
- /// This type supports the .NET Framework infrastructure
- /// and is not intended to be used directly from your code.
- /// </summary>
- //[Serializable]
- public delegate void UpDownEventHandler(object source, UpDownEventArgs e);
- }
|