BCGControlBar Library for .NET
TabStripEmpty Event




Occurs on removing tab item from the tab strip when no visible item stays on the tab strip.
Syntax
'Declaration
 
Public Event TabStripEmpty As EventHandler
'Usage
 
Dim instance As TabStrip
Dim handler As EventHandler
 
AddHandler instance.TabStripEmpty, handler
public event EventHandler TabStripEmpty
public: __event EventHandler* TabStripEmpty
public:
event EventHandler^ TabStripEmpty
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

TabStrip Class
TabStrip Members

Send Feedback