ASPxDateEdit.DateChanged Event
In This Article
Fires after the selected date has been changed within the date editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public event EventHandler DateChanged
#Event Data
The DateChanged event's data class is EventArgs.
#Remarks
The DateChanged event allows you to respond to the editor’s selected date being changed by an end-user.
Note
The Date
See Also