ColumnClickEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the ColumnClick event of a ListView.
- C#
- VB.NET
public delegate void ColumnClickEventHandler(Object sender, ColumnClickEventArgs e)
Public Delegate Sub ColumnClickEventHandler(ByVal sender As [Object], ByVal e As ColumnClickEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | ColumnClickEventArgs | A ColumnClickEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| ListView.ColumnClick | Fired when the user clicks a column header within the list view control. |
| ListView.ColumnDoubleClick | Fired when the user double clicks a column header within the list view control. |