Skip to main content
Version: 4.1

ItemCheckEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the ItemCheck event of a CheckedListBox or ListView control.

public delegate void ItemCheckEventHandler(Object sender, ItemCheckEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eItemCheckEventArgsAn ItemCheckEventArgs that contains the event data.

Fired By

NameDescription
CheckedListBox.ItemCheckFired when the checked state of an item changes.
CheckedListBox.AfterItemCheckFired after the checked state of an item changes.
ListView.ItemCheckFired when the check state of an item changes.