CalendarControlBase.EditValueChanged Event
In This Article
Fires when the CalendarControlBase.EditValue property value changes.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Events")]
public event EventHandler EditValueChanged
#Event Data
The EditValueChanged event's data class is EventArgs.
See Also