Back to Devexpress

ASPxCalendar.SelectionChanged Event

aspnet-devexpress-dot-web-dot-aspxcalendar-e7045eb7.md

latest1.7 KB
Original Source

ASPxCalendar.SelectionChanged Event

Fires after the selected date has been changed within the calendar.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event EventHandler SelectionChanged
vb
Public Event SelectionChanged As EventHandler

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.

See Also

SelectionChanged

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace