ListView.OnColumnClick

Syntax

Sub OnColumnClick(Sender: Object; Args: IListViewColumnEventArgs);

Begin

//set of operators;

End Sub OnColumnClick;

Parameters

Sender. Parameter that returns the component that generated the event.

Args. The parameter allowing to determine event parameters.

Description

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

See also:

ListView