The members of System.Windows.Forms.ListViewItemSelectionChangedEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Windows.Forms.ListViewItemSelectionChangedEventArgs class. |
[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. |