BCGControlBar Library for .NET
DockAlignmentChanged Event




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