System.Windows.Forms.ListViewItemSelectionChangedEventArgs Members

The members of System.Windows.Forms.ListViewItemSelectionChangedEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

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.