Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ItemCheckEventArgs Class

Provides data for the BaseCheckedListBoxControl.ItemCheck event of check list box controls.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class ItemCheckEventArgs :
    EventArgs

#Remarks

The BaseCheckedListBoxControl.ItemCheck event is fired after the checked state of a check list box’s item is changed.

The item affected is referred to by the ItemCheckEventArgs.Index property. This specifies the index of the item within the BaseCheckedListBoxControl.Items collection.

The new checked state for the item is specified by the ItemCheckEventArgs.State property.

#Inheritance

Object
EventArgs
ItemCheckEventArgs
See Also