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

CheckEditBox.RequestUpdate Event

Occurs when the control’s UI requires an update.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public event EventHandler RequestUpdate

Event Data

The RequestUpdate event's data class is EventArgs.

Remarks

The RequestUpdate event occurs when any of the following properties of the CheckEditBox changes.

See Also