DateEdit.DateTimeChanged Event
Occurs after the value of the DateEdit.DateTime property has been changed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The DateTimeChanged event's data class is EventArgs.
Remarks
This event fires after the value of the DateEdit.DateTime property has been changed (either programmatically or as a result of end-user interaction).
The editor’s DateTimeChanged event is equivalent to the RepositoryItemDateEdit.DateTimeChanged event available via the DateEdit.Properties object, i.e. adding/removing an event handler for the current event actually affects the RepositoryItemDateEdit.DateTimeChanged event.