Methods | Fields | This Package | All Packages

ItemCheckEvent Class

Provides data for the itemCheck event of a CheckedListBox control.

Event
  |
  +--ItemCheckEvent

package com.ms.wfc.ui

public class ItemCheckEvent
extends
Event

Remarks

The itemCheck event occurs when the checked state of an item in a checked list box changes. An ItemCheckEvent object specifies the index of the item to change, the current value of the check box for the item, and the new value to set for the check box.

For information about the WFC event model, see Handling Events in WFC.