Back to Devexpress

ItemCheckEventArgs Class

windowsforms-devexpress-dot-xtraeditors-dot-controls-310201c4.md

latest2.3 KB
Original Source

ItemCheckEventArgs Class

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

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class ItemCheckEventArgs :
    EventArgs
vb
Public Class ItemCheckEventArgs
    Inherits EventArgs

ItemCheckEventArgs is the data class for the following events:

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

ItemCheckEventArgs Members

ItemCheck

DevExpress.XtraEditors.Controls Namespace