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






Occurs when the BarItem is clicked, or the BarItem has the input focus and the enter key or space bar is pressed.

Syntax

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

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