ItemCheckedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the ItemChecked event of the ListView control.
- C#
- VB.NET
public class ItemCheckedEventArgs : EventArgs
Public Class ItemCheckedEventArgs
Inherits EventArgs
Constructors
ItemCheckedEventArgs(item)
Initializes a new instance of the ItemCheckedEventArgs class.
| Name | Type | Description |
|---|---|---|
| item | ListViewItem | The ListViewItem that is being checked or unchecked. |
Properties
Item
ListViewItem: Returns the ListViewItem whose checked state is changing.
Used By
| Name | Description |
|---|---|
| ItemCheckedEventHandler | Represents the method that will handle the ItemChecked event of a ListView control. |