ItemSelectionChangedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the ItemSelectionChanged event of a ListView.
- C#
- VB.NET
public delegate void ItemSelectionChangedEventHandler(Object sender, ItemSelectionChangedEventArgs e)
Public Delegate Sub ItemSelectionChangedEventHandler(ByVal sender As [Object], ByVal e As ItemSelectionChangedEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | ItemSelectionChangedEventArgs | An ItemSelectionChanged that contains the event data. |
Fired By
| Name | Description |
|---|---|
| ListView.ItemSelectionChanged | Fired when the selection state of an item changes. |