aspnet-devexpress-dot-web-dot-aspxcalendar-e7045eb7.md
Fires after the selected date has been changed within the calendar.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public event EventHandler SelectionChanged
Public Event SelectionChanged As EventHandler
The SelectionChanged event's data class is EventArgs.
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.
See Also