Back to Devexpress

ASPxCalendar.VisibleMonthChanged Event

aspnet-devexpress-dot-web-dot-aspxcalendar-9281110d.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event EventHandler VisibleMonthChanged
vb
Public Event VisibleMonthChanged As EventHandler

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

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace