Skip to main content

CheckEditBox.RequestUpdate Event

Occurs when the control’s UI requires an update.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

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