ListViewVirtualItemsSelectionRangeChangedEventHandler

Wisej.Web.ListViewVirtualItemsSelectionRangeChangedEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Represents the method that will handle the VirtualItemsSelectionRangeChanged event of a ListView.

public delegate void ListViewVirtualItemsSelectionRangeChangedEventHandler(Object sender, ListViewVirtualItemsSelectionRangeChangedEventArgs e)

Parameters

Name
Type
Description

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