ListViewSelectItemEventArgs

Description

The ListViewSelectItemEventArgs class implements argument of the event that occurs on changing selection of any element of the ListView component.

Constructors

  Constructor name Brief description
The Create constructor creates an argument of the event that occurs on changing selection of any element of the component.

Properties inherited from IListViewSelectItemEventArgs

  Property name Brief description
The Selected property returns whether the element is selected.

Properties inherited from IListViewItemEventArgs

  Property name Brief description
The Item property returns the element, with which the action generated any event is executed.

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