Back to Devexpress

BaseCheckedListBoxControl.CheckMemberChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-basecheckedlistboxcontrol-9fd5c7b2.md

latest1.8 KB
Original Source

BaseCheckedListBoxControl.CheckMemberChanged Event

Occurs when the BaseCheckedListBoxControl.CheckMember property value is changed.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public event EventHandler CheckMemberChanged
vb
<DXCategory("Behavior")>
Public Event CheckMemberChanged As EventHandler

Event Data

The CheckMemberChanged event's data class is EventArgs.

Remarks

The BaseCheckedListBoxControl.CheckMember property allows you to get or set the field name in the bound data source whose values specify item check states. Handle the CheckMemberChanged event to respond to changing the BaseCheckedListBoxControl.CheckMember property.

See Also

CheckMember

BaseCheckedListBoxControl Class

BaseCheckedListBoxControl Members

DevExpress.XtraEditors Namespace