Wimark.Controls Class Library  

ListView.AfterItemCheck Event

Occurs after the check box state of a list view item is changed.

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

Event Data

The event handler receives an argument of type ListViewItemEventArgs containing data related to this event. The following ListViewItemEventArgs property provides information specific to this event.

Property Description
Item The item that is checked or selected.

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

ListView Class | ListView Members | Wimark.Controls Namespace