windowsforms-devexpress-dot-xtraeditors-dot-controls-310201c4.md
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
public class ItemCheckEventArgs :
EventArgs
Public Class ItemCheckEventArgs
Inherits EventArgs
ItemCheckEventArgs is the data class for the following events:
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.
Object EventArgs ItemCheckEventArgs
See Also