ICreate.Controls.Bars Send comments on this topic.
BarCollapsed Event
See Also 
ICreate.Controls.Bars Namespace > SideBar Class : BarCollapsed Event






Occurs when the SideBar has finished collapsing.

Syntax

Visual Basic (Declaration) 
Public Event BarCollapsed() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As SideBar
Dim handler As EventHandler
 
AddHandler instance.BarCollapsed, handler
C# 
public event EventHandler BarCollapsed()
Delphi 
public event BarCollapsed: EventHandler; 
JScript 
In JScript, you can handle the events defined by another class, but you cannot define your own.
Managed Extensions for C++ 
public: __event EventHandler* BarCollapsed();
C++/CLI 
public:
event EventHandler^ BarCollapsed();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also