ASPxCalendar.SelectionChanged Event
Fires after the selected date has been changed within the calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Event Data
The SelectionChanged event's data class is EventArgs.
Remarks
Write a handler for the SelectionChanged event to perform server-side tasks in response to an end-user clicking the date selector controls within the calendar.
Note
The SelectionChanged event’s generation depends upon the settings of the ASPxEdit.AutoPostBack property and the ASPxClientProcessingModeEventArgs.processOnServer property passed to the corresponding client ASPxClientCalendar.SelectionChanged event, if it is handled. refer to the descriptions of these properties for more information.