Click or drag to resize

ToolBarButtonClickEventArgs Class

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

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

The ToolBarButtonClickEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodToolBarButtonClickEventArgsInitializes a new instance of the ToolBarButtonClickEventArgs class.
Top
Properties
 NameDescription
Public propertyButtonGets or sets the Win32ToolBarButton that was clicked.
Top
See Also