ListViewDataUpdatedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the DataUpdated event.
- C#
- VB.NET
public class ListViewDataUpdatedEventArgs : EventArgs
Public Class ListViewDataUpdatedEventArgs
Inherits EventArgs
Properties
FirstItemIndex
Int32: The index of the first ListViewItem that has been loaded on the client.
LastItemIndex
Int32: The index of the last ListViewItem that has been loaded on the client.
Used By
| Name | Description |
|---|---|
| ListViewDataUpdatedEventHandler | Represents the method that will handle the DataUpdated event of a ListView. |