Wimark.Controls Class Library  

ListView.AfterGroupExpand Event

Occurs after the list view group is expanded or collapsed.

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

Event Data

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

Property Description
Group The group that is expanded or collapsed.

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