IListViewColumnEventArgs

Description

The IListViewColumnEventArgs interface contains properties of argument of the event that occurs on clicking the column header of the ListView component.

Properties

  Property name Brief description
Column

The Column property returns parameters of the column, which header is clicked.

Properties inherited from IListViewEventArgs

  Property name Brief description
ListView

The ListView property returns the component, for which the event was generated.

See also:

Forms Assembly Interfaces