Wimark.Controls Class Library  

ListBox.ItemCheck Event

Occurs when the checked state of an item changes.

[Visual Basic]
Public Event ItemCheck As ItemCheckEventHandler 
[C#]
public event ItemCheckEventHandler ItemCheck;
[C++]
public: __event ItemCheckEventHandler* ItemCheck;

Event Data

The event handler receives an argument of type ItemCheckEventArgs containing data related to this event.

Requirements

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

See Also

ListBox Class | ListBox Members | Wimark.Controls Namespace