Skip to main content
Version: 3.5

ItemCheckedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ItemChecked event of the ListView control.

public class ItemCheckedEventArgs : EventArgs

Constructors

Instance memberItemCheckedEventArgs(item)

Initializes a new instance of the ItemCheckedEventArgs class.

NameTypeDescription
itemListViewItemThe ListViewItem that is being checked or unchecked.

Properties

Instance memberItem

ListViewItem: Returns the ListViewItem whose checked state is changing.

Used By

NameDescription
ItemCheckedEventHandlerRepresents the method that will handle the ItemChecked event of a ListView control.