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






Occurs when the mouse cursor moves off a SideBarItem.

Syntax

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

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