BCGControlBar Library for .NET
HeightChanged Event




Occurs when the height of the dockbar row is changed.
Syntax
'Declaration
 
Public Event HeightChanged As DockBarRowHeightChangedEventHandler
'Usage
 
Dim instance As DockBarRow
Dim handler As DockBarRowHeightChangedEventHandler
 
AddHandler instance.HeightChanged, handler
public event DockBarRowHeightChangedEventHandler HeightChanged
public: __event DockBarRowHeightChangedEventHandler* HeightChanged
public:
event DockBarRowHeightChangedEventHandler^ HeightChanged
Event Data

The event handler receives an argument of type DockBarRowHeightChangedEventArgs containing data related to this event. The following DockBarRowHeightChangedEventArgs properties provide information specific to this event.

PropertyDescription
NewHeight Gets the  height of the dockbar row after changing.
OldHeight Gets the  height of the dockbar row before changing.
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

DockBarRow Class
DockBarRow Members

Send Feedback