ListViewVirtualItemsSelectionRangeChangedEventArgs Constructor
Initializes a new instance of the ListViewVirtualItemsSelectionRangeChangedEventArgs class.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public ListViewVirtualItemsSelectionRangeChangedEventArgs( int startIndex, int endIndex, bool isSelected )
Parameters
- startIndex
- Type: System.Int32
The index of the first item in the range that has changed.
- endIndex
- Type: System.Int32
The index of the last item in the range that has changed.
- isSelected
- Type: System.Boolean
true to indicate the items are selected; false to indicate the items are deselected.
| Exception | Condition |
|---|---|
| ArgumentException | startIndex is larger than endIndex. |
The ListViewVirtualItemsSelectionRangeChangedEventArgs occurs when items are changed from selected to deselected, and deselected to selected. The isSelected parameter indicates the current state of the range of items.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.