// // System.Windows.Forms.StatusBarDrawItemEventHandler.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 will handle the DrawItem event of a StatusBar. /// [Serializable] public delegate void StatusBarDrawItemEventHandler(object sender, StatusBarDrawItemEventArgs e); }