BCGSoft.ControlBars Namespace > DockBarRow Class : VisibleChanged Event |
'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
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.
Property | Description |
---|---|
PrevVisibleState | Gets the visibility of the DockBarRow 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