Skip to main content
A newer version of this page is available. .

ASPxClientCalendar.SelectionChanged Event

Fires on the client side after the selected date has been changed within the calendar.

Declaration

SelectionChanged: ASPxClientEvent<ASPxClientProcessingModeEventHandler<ASPxClientCalendar>>

Event Data

The SelectionChanged event's data class is ASPxClientProcessingModeEventArgs. The following properties provide information specific to this event:

Property Description
processOnServer Specifies whether or not to process the event on the server.

Remarks

Write a handler for the SelectionChanged event to perform client-side tasks in response to an end-user clicking the date selector controls within the calendar.

See Also