ListViewColumnEventArgs.Create

Syntax

Create(ListView: IListView; Column: IListViewColumn);

Parameters

ListView. The component, for which event is generated.

Column. The column, for which the event of clicking on the header is generated.

Description

The Create constructor creates an argument of the event that occurs on clicking on the component column header.

See also:

ListViewColumnEventArgs