File: winforms\Managed\System\WinForms\ToolBarButtonClickEventHandler.cs
Project: ndp\fx\src\System.Windows.Forms.csproj (System.Windows.Forms)
namespace System.Windows.Forms {
 
    using System.Diagnostics;
 
    using System;
 
 
    /// <include file='doc\ToolBarButtonClickEventHandler.uex' path='docs/doc[@for="ToolBarButtonClickEventHandler"]/*' />
    /// <devdoc>
    ///    <para>
    ///       Represents the method that will handle the <see cref='System.Windows.Forms.ToolBar.ButtonClick'/> event of a
    ///    <see cref='System.Windows.Forms.ToolBar'/> .
    ///    </para>
    /// </devdoc>
    public delegate void ToolBarButtonClickEventHandler(object sender, ToolBarButtonClickEventArgs e);
}