ListViewVirtualItemsSelectionRangeChangedEventArgs Constructor (Int32, Int32, Boolean)
.NET Framework (current version)
Initializes a new instance of the ListViewVirtualItemsSelectionRangeChangedEventArgs class.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: