BCGControlBar Library for .NET
OnClick Method (OutlookPageButton)




An EventArgs that contains the event data.

Raises the Click event which occurs when the OutlookPageButton is clicked.
Syntax
'Declaration
 
Public Overrides Sub OnClick( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As OutlookPageButton
Dim e As EventArgs
 
instance.OnClick(e)
public override void OnClick( 
   EventArgs e
)
public: void OnClick( 
   EventArgs* e
) override 
public:
void OnClick( 
   EventArgs^ e
) override 

Parameters

e

An EventArgs that contains the event data.

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

OutlookPageButton Class
OutlookPageButton Members
Base Implementation in OnClick

Send Feedback