ASPxCalendar.SelectionChanged Event
Fires after the selected date has been changed within the calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public event EventHandler SelectionChanged
#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 Selection