System.Windows.Forms.ListViewItemSelectionChangedEventArgs: Property Members

The properties of System.Windows.Forms.ListViewItemSelectionChangedEventArgs are listed below. For a list of all members, see the ListViewItemSelectionChangedEventArgs Members list.

See Also: Inherited members from System.EventArgs

Public Properties

[read-only]
IsSelectedbool.

Gets a value indicating whether the item's state has changed to selected.

[read-only]
ItemListViewItem.

Gets the item whose selection state has changed.

[read-only]
ItemIndexint.

Gets the index of the item whose selection state has changed.