Skip to main content
A newer version of this page is available. .

BaseCheckedListBoxControl.CheckMemberChanged Event

Occurs when the BaseCheckedListBoxControl.CheckMember property value is changed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Behavior")]
public event EventHandler CheckMemberChanged

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