Wimark.Controls Class Library  

ListView.AfterItemSelect Event

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

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

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