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