RadCalendar for ASP.NET AJAX

RadControls for ASP.NET AJAX

The OnYearSelected client-side event handler is called immediately after a user select an year cell in the MonthYearView.

Note

The OnYearSelected 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