ListViewDataUpdatedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the DataUpdated event of a ListView.
- C#
- VB.NET
public delegate void ListViewDataUpdatedEventHandler(Object sender, ListViewDataUpdatedEventArgs e)
Public Delegate Sub ListViewDataUpdatedEventHandler(ByVal sender As [Object], ByVal e As ListViewDataUpdatedEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | ListViewDataUpdatedEventArgs | A ListViewDataUpdatedEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| ListView.DataUpdated | Fired when the client has updated one or more items in the view. |