BaseCheckedListBoxControl.CheckMemberChanged Event
Occurs when the BaseCheckedListBoxControl.CheckMember property value is changed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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