ASPxClientCalendar.VisibleMonthChanged Event
In This Article
Occurs on the client when a user changes the month in the calendar.
#Declaration
TypeScript
VisibleMonthChanged: ASPxClientEvent<ASPxClientProcessingModeEventHandler<ASPxClientCalendar>>
#Event Data
The VisibleMonthChanged 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
End users can change the month currently displayed within the calendar. To do this they can either click on the NextMonth/PrevMonth or NextYear/PrevYear buttons within the calendar’s header.
Write a handler for the VisibleMonthChanged event to respond on the client side to the currently displayed month being changed by an end user.
See Also