ListView.OnColumnClick

Syntax

OnColumnClick(Sender: Object; Args: IListViewColumnEventArgs);

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnColumnClick event occurs when the user clicks on the header of one of the component columns.

See also:

ListView