BCGSoft.Controls.OutlookBar Namespace > OutlookBarItem Class : ExecuteCommand Event |
'Declaration Public Event ExecuteCommand As OutlookItemClickHandler
'Usage Dim instance As OutlookBarItem Dim handler As OutlookItemClickHandler AddHandler instance.ExecuteCommand, handler
public event OutlookItemClickHandler ExecuteCommand
public: __event OutlookItemClickHandler* ExecuteCommand
public: event OutlookItemClickHandler^ ExecuteCommand
The event handler receives an argument of type OutlookItemClickEventArgs containing data related to this event. The following OutlookItemClickEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ID | Specifies a command identifier of the item to click. |
Item | Specifies an item to click. |
Text | Specifies a text of the item to click. |
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