BCGControlBar Library for .NET
VisibleChanged Event




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

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

PropertyDescription
PrevVisibleState Gets the visibility of the DockBarRow 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