BCGControlBar Library for .NET
DockRowChanged Event




Occurs when the command bar changes it's parent dock row.
Syntax
'Declaration
 
Public Event DockRowChanged As EventHandler
'Usage
 
Dim instance As CommandBar
Dim handler As EventHandler
 
AddHandler instance.DockRowChanged, handler
public event EventHandler DockRowChanged
public: __event EventHandler* DockRowChanged
public:
event EventHandler^ DockRowChanged
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

CommandBar Class
CommandBar Members

Send Feedback