Sub OnColumnClick(Sender: Object; Args: IListViewColumnEventArgs);
Begin
//set of operators;
End Sub OnColumnClick;
Sender. Parameter that returns the component that generated the event.
Args. Parameter that enables the user to determine event parameters.
The OnColumnClick event occurs when the user clicks on the header of one of the component columns.
See also: