BCGControlBar Library for .NET
OutlookPageButtonClick Event




Syntax
'Declaration
 
Public Event OutlookPageButtonClick As OutlookPageButtonClickHandler
'Usage
 
Dim instance As OutlookBarControl
Dim handler As OutlookPageButtonClickHandler
 
AddHandler instance.OutlookPageButtonClick, handler
public event OutlookPageButtonClickHandler OutlookPageButtonClick
public: __event OutlookPageButtonClickHandler* OutlookPageButtonClick
public:
event OutlookPageButtonClickHandler^ OutlookPageButtonClick
Event Data

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

PropertyDescription
Index Index of outlook page button.
PageButton Reference to outlook page button.
ParentPane Specifies parent outlook pane.
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