BCGControlBar Library for .NET
OutlookItemClickEventArgs Class
Members 




Inherits EventArgs of System namespace.
Provides data for the OnOutlookItemClick event of the OutlookBar, PaneItemClick event of the OutlookBarPane or ExecuteCommand event of the OutlookBarItem. Property Item specifies clicked OutlookBar item, property ID – its identifier, Text - the text under the item.
Object Model
OutlookItemClickEventArgs ClassOutlookBarItem Class
Syntax
'Declaration
 
Public Class OutlookItemClickEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As OutlookItemClickEventArgs
public class OutlookItemClickEventArgs : System.EventArgs 
public __gc class OutlookItemClickEventArgs : public System.EventArgs 
public ref class OutlookItemClickEventArgs : public System.EventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      BCGSoft.Controls.OutlookBar.OutlookItemClickEventArgs

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

OutlookItemClickEventArgs Members
BCGSoft.Controls.OutlookBar Namespace

Send Feedback