BCGControlBar Library for .NET
OutlookItemClickHandler Delegate




Represents the method that will handle the OutlookItemClick event of the OutlookBar, PaneItemClick event of the OutlookBarPane or ExecuteCommand event of the OutlookBarItem. This events occur on left–button click by mouse on the Outlook Item.
Syntax
'Declaration
 
Public Delegate Sub OutlookItemClickHandler( _
   ByVal sender As Object, _
   ByVal e As OutlookItemClickEventArgs _
) 
'Usage
 
Dim instance As New OutlookItemClickHandler(AddressOf HandlerMethod)
public delegate void OutlookItemClickHandler( 
   object sender,
   OutlookItemClickEventArgs e
)
public: __gc __delegate void OutlookItemClickHandler( 
   Object* sender,
   OutlookItemClickEventArgs* e
)
public delegate void OutlookItemClickHandler( 
   Object^ sender,
   OutlookItemClickEventArgs^ e
)

Parameters

sender
e
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

OutlookItemClickHandler Members
BCGSoft.Controls.OutlookBar Namespace

Send Feedback