Skip to main content
Tab

ASPxCalendar.VisibleMonthChanged Event

Occurs after the month displayed within the calendar is to be changed due to an action performed by an end user.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public event EventHandler VisibleMonthChanged

Event Data

The VisibleMonthChanged event's data class is EventArgs.

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 to the currently displayed month being changed by an end user.

Note

The VisibleMonthChanged event’s generation depends upon the settings of the ASPxEdit.AutoPostBack property and the ASPxClientProcessingModeEventArgs.processOnServer property passed to the corresponding client ASPxClientCalendar.VisibleMonthChanged event, if it is handled. refer to the descriptions of these properties for more information.

See Also