ListViewVirtualItemsSelectionRangeChangedEventArgs

Wisej.Web.ListViewVirtualItemsSelectionRangeChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Provides data for the VirtualItemsSelectionRangeChanged event.

public class ListViewVirtualItemsSelectionRangeChangedEventArgs : EventArgs

Constructors

Initializes a new instance of the ListViewVirtualItemsSelectionRangeChangedEventArgs class.

Throws:

Properties

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.

Used By

Last updated