Event ColumnClick
Occurs when the user clicks a column header within the list view control.
public event EventHandler<ListViewColumnEventArgs>? ColumnClick
Returns
- EventHandler<ListViewColumnEventArgs>
- Occurs when the user clicks a column header within the list view control.