.NET Windows Forms in a Nutshell
This is the delegate for the ToolBar.ButtonClick event. public delegate void ToolBarButtonClickEventHandler (object sender , ToolBarButtonClickEventArgs e ); Associated Events
ToolBar.{ButtonClick() , ButtonDropDown()} |