BCGControlBar Library for .NET
ToolbarButtonClick Event




Syntax
'Declaration
 
Public Event ToolbarButtonClick As ToolbarButtonClickHandler
'Usage
 
Dim instance As CommandBar
Dim handler As ToolbarButtonClickHandler
 
AddHandler instance.ToolbarButtonClick, handler
public event ToolbarButtonClickHandler ToolbarButtonClick
public: __event ToolbarButtonClickHandler* ToolbarButtonClick
public:
event ToolbarButtonClickHandler^ ToolbarButtonClick
Event Data

The event handler receives an argument of type ToolbarButtonClickEventArgs containing data related to this event. The following ToolbarButtonClickEventArgs properties provide information specific to this event.

PropertyDescription
Button A button associated with the ToolBarButtonClickEventArgs.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommandBar Class
CommandBar Members

Send Feedback