ASPxClientCalendar.SelectionChanged Event
In This Article
Occurs on the client after a user changes the selected date in the calendar.
#Declaration
TypeScript
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 |
---|---|
process |
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