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
[read-only] | IsSelected | bool.
Gets a value indicating whether the item's state has changed to selected. |
[read-only] | Item | ListViewItem.
Gets the item whose selection state has changed. |
[read-only] | ItemIndex | int.
Gets the index of the item whose selection state has changed. |