Skip to main content

DXEditMenuItem.EditValueChanged Event

Occurs after the DXEditMenuItem.EditValue property’s value has been changed.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event EventHandler EditValueChanged

Event Data

The EditValueChanged event's data class is EventArgs.

Remarks

The EditValueChanged event fires on changing the editor’s value.

See Also