Back to Devexpress

RepositoryItemCheckedComboBoxEdit.ItemCheck Event

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcheckedcomboboxedit-bb5631fa.md

latest1.9 KB
Original Source

RepositoryItemCheckedComboBoxEdit.ItemCheck Event

Fires after an item’s check state was changed.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event EventHandler<ItemCheckEventArgs> ItemCheck
vb
<DXCategory("Events")>
Public Event ItemCheck As EventHandler(Of ItemCheckEventArgs)

Event Data

The ItemCheck event's data class is ItemCheckEventArgs. The following properties provide information specific to this event:

PropertyDescription
IndexGets the index of the item whose state was changed.
StateGets the state of the item.

Remarks

This ItemCheck event is equivalent to the CheckedComboBoxEdit.ItemCheck event. Read this topic for detailed information and example.

See Also

RepositoryItemCheckedComboBoxEdit Class

RepositoryItemCheckedComboBoxEdit Members

DevExpress.XtraEditors.Repository Namespace