All pages
Powered by GitBook
1 of 1

Loading...

ItemCheckEventHandler

Wisej.Web.ItemCheckEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.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)
Public Delegate Sub ItemCheckEventHandler(ByVal sender As [Object], ByVal e As ItemCheckEventArgs)

Parameters

Name
Type
Description

Fired By

Name
Description

sender

Object

The source of the event.

e

ItemCheckEventArgs

An ItemCheckEventArgs that contains the event data.

CheckedListBox.ItemCheck

Fired when the checked state of an item changes.

CheckedListBox.AfterItemCheck

Fired after the checked state of an item changes.

ListView.ItemCheck

Fired when the check state of an item changes.