Skip to main content
Version: 4.1

ListViewDataUpdatedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the DataUpdated event.

public class ListViewDataUpdatedEventArgs : EventArgs

Properties

Instance member FirstItemIndex

Int32: The index of the first ListViewItem that has been loaded on the client.

Instance member LastItemIndex

Int32: The index of the last ListViewItem that has been loaded on the client.

Used By

NameDescription
ListViewDataUpdatedEventHandlerRepresents the method that will handle the DataUpdated event of a ListView.