// // System.Windows.Forms.ScrollEventHandler.cs // // Authors: // Jaak Simm (jaaksimm@firm.ee) // Dennis Hayes (dennish@Raytek.com) // // (C) 2002 Ximian, Inc. http://www.ximian.com // namespace System.Windows.Forms { /// /// Represents the method that handles the Scroll /// event of a ScrollBar, TrackBar, or DataGrid. /// //[Serializable] public delegate void ScrollEventHandler(object sender, ScrollEventArgs e); }