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

DXEditMenuItem.EditValueChanged Event

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

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.XtraEditors.v19.2.dll

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