Wimark.Controls Class Library  

ListView.ColumnClick Event

Occurs when the user clicks a column header within the list view control.

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

Event Data

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

Property Description
Column The column that is clicked.

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