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






Occurs when the SideBar has finished expanding.

Syntax

Visual Basic (Declaration) 
Public Event BarExpanded() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As SideBar
Dim handler As EventHandler
 
AddHandler instance.BarExpanded, handler
C# 
public event EventHandler BarExpanded()
Delphi 
public event BarExpanded: 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* BarExpanded();
C++/CLI 
public:
event EventHandler^ BarExpanded();

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