// // System.Windows.Forms.ToolBarButtonClickEventHandler.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 ButtonClick event of a ToolBar. /// //[Serializable] public delegate void ToolBarButtonClickEventHandler(object sender, ToolBarButtonClickEventArgs e); }