Click or drag to resize

ToolBarButtonClickEventArgs Class

Provides data for the ButtonClick event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellToolBarButtonClickEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public class ToolBarButtonClickEventArgs : EventArgs

The ToolBarButtonClickEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodToolBarButtonClickEventArgs
Initializes a new instance of the ToolBarButtonClickEventArgs class.
Top
Properties
  NameDescription
Public propertyButton
Gets or sets the Win32ToolBarButton that was clicked.
Top
See Also