BCGSoft.ControlBars Namespace > DockBarRow Class : HeightChanged Event |
'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
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.
Property | Description |
---|---|
NewHeight | Gets the height of the dockbar row after changing. |
OldHeight | Gets the height of the dockbar row before changing. |
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