ListViewVirtualItemsSelectionRangeChangedEventArgs
Wisej.Web.ListViewVirtualItemsSelectionRangeChangedEventArgs
Last updated
Wisej.Web.ListViewVirtualItemsSelectionRangeChangedEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the VirtualItemsSelectionRangeChanged event.
Initializes a new instance of the ListViewVirtualItemsSelectionRangeChangedEventArgs class.
Throws:
ArgumentException startIndex is larger than endIndex..
Int32: Returns the index for the last item in the range of items whose selection state has changed.
Boolean: Returns a value indicating whether the range of items is selected.
Int32: Returns the index for the first item in the range of items whose selection state has changed.
Represents the method that will handle the VirtualItemsSelectionRangeChanged event of a ListView.