RadCalendar for ASP.NET AJAX

RadControls for ASP.NET AJAX

The OnMonthSelected client-side event handler is called immediately after a user select a month cell in the MonthYearView.

Note

The OnMonthSelected event is supported by:RadMonthYearPicker.

Two parameters are passed to the event handler:

  • sender is the monthyearpicker control.

eventArgs has the following property:

  • get_newDate()

  • get_oldDate()

  • get_selectedCell()

See Also