ListViewColumnEventArgs

Description

The ListViewColumnEventArgs class implements argument of the event that occurs on clicking the column header of the ListView component.

Constructors

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

Properties inherited from IListViewColumnEventArgs

  Property name Brief description
The Column property returns parameters of the column, which header is clicked.

Properties inherited from IListViewEventArgs

  Property name Brief description
The ListView property returns the component, for which the event was generated.

See also:

Forms Assembly Classes