BCGControlBar Library for .NET
OutlookItemClick Event




Occurs when an OutlookItem on the OutlookBar is clicked.
Syntax
'Declaration
 
Public Event OutlookItemClick As OutlookItemClickHandler
'Usage
 
Dim instance As OutlookBarControl
Dim handler As OutlookItemClickHandler
 
AddHandler instance.OutlookItemClick, handler
public event OutlookItemClickHandler OutlookItemClick
public: __event OutlookItemClickHandler* OutlookItemClick
public:
event OutlookItemClickHandler^ OutlookItemClick
Event Data

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.

PropertyDescription
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.
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

OutlookBarControl Class
OutlookBarControl Members

Send Feedback