BCGControlBar Library for .NET
TabStripLayoutChanged Event




Occurs when the value of the property TabStripLayout is changed.
Syntax
'Declaration
 
Public Event TabStripLayoutChanged As EventHandler
'Usage
 
Dim instance As TabStrip
Dim handler As EventHandler
 
AddHandler instance.TabStripLayoutChanged, handler
public event EventHandler TabStripLayoutChanged
public: __event EventHandler* TabStripLayoutChanged
public:
event EventHandler^ TabStripLayoutChanged
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