Provides data for the System.WinForms.ToolBar.ButtonClick event.
Object
EventArgs
ToolBarButtonClickEventArgs
[Visual Basic] Public Class ToolBarButtonClickEventArgs Inherits EventArgs [C#] public class ToolBarButtonClickEventArgs : EventArgs [C++] public __gc class ToolBarButtonClickEventArgs : public EventArgs [JScript] public class ToolBarButtonClickEventArgs extends EventArgs
The event occurs whenever the user clicks on a button on a ToolBar control. The button field contains the ToolBarButton object with the information about the button that was clicked.
Namespace: System.WinForms
Assembly: System.WinForms.dll
ToolBarButtonClickEventArgs Members | System.WinForms Namespace | ToolBar | ToolBarButton