BCGControlBar Library for .NET
ExecuteCommand Event (ToolboxItem)




Raised when the user clicks a toolbox item.
Syntax
'Declaration
 
Public Event ExecuteCommand As ToolboxItemClickHandler
'Usage
 
Dim instance As ToolboxItem
Dim handler As ToolboxItemClickHandler
 
AddHandler instance.ExecuteCommand, handler
public event ToolboxItemClickHandler ExecuteCommand
public: __event ToolboxItemClickHandler* ExecuteCommand
public:
event ToolboxItemClickHandler^ ExecuteCommand
Event Data

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

PropertyDescription
ID Specifies toolbox item ID.
Item Specifies a reference to toolbox item.
Text Specifies toolbox item text.
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

ToolboxItem Class
ToolboxItem Members

Send Feedback