ListViewVirtualItemsSelectionRangeChangedEventHandler
Wisej.Web.ListViewVirtualItemsSelectionRangeChangedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the VirtualItemsSelectionRangeChanged event of a ListView.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A ListViewVirtualItemsSelectionRangeChangedEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
Fired when a ListView is in virtual mode and the selection state of a range of items has changed. |
Last updated