NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolBarButtonClickEventArgs Class

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

Remarks

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

ToolBarButtonClickEventArgs Members | System.WinForms Namespace | ToolBar | ToolBarButton