ASPxClientCalendar.VisibleMonthChanged Event
Occurs on the client when a user changes the month in the calendar.
Declaration
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 |
---|---|
processOnServer | 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