BCGControlBar Library for .NET
CategoryTabActivated Event




This event is raised on activation TabCommandObject.
Syntax
'Declaration
 
Public Event CategoryTabActivated As EventHandler
'Usage
 
Dim instance As TabCommandObject
Dim handler As EventHandler
 
AddHandler instance.CategoryTabActivated, handler
public event EventHandler CategoryTabActivated
public: __event EventHandler* CategoryTabActivated
public:
event EventHandler^ CategoryTabActivated
Remarks

When this event is raised, the previous active CategoryPanel will be hide and  the related CategoryPanel will be displayed in  the RibbonControl.

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

TabCommandObject Class
TabCommandObject Members

Send Feedback