Skip to main content
Version: 3.5

ColumnClickEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the ColumnClick event of a ListView.

public delegate void ColumnClickEventHandler(Object sender, ColumnClickEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eColumnClickEventArgsA ColumnClickEventArgs that contains the event data.

Fired By

NameDescription
ListView.ColumnClickFired when the user clicks a column header within the list view control.
ListView.ColumnDoubleClickFired when the user double clicks a column header within the list view control.