DXEditMenuItem.EditValueChanged Event
Occurs after the DXEditMenuItem.EditValue property’s value has been changed.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Event Data
The EditValueChanged event's data class is EventArgs.
Remarks
The EditValueChanged event fires on changing the editor’s value.
See Also