public static interface RadCalendarView.OnDisplayModeChangedListener
RadCalendarView
is changed.Modifier and Type | Method and Description |
---|---|
void |
onDisplayModeChanged(CalendarDisplayMode oldValue,
CalendarDisplayMode newValue)
Represents a method which will be executed when
the display mode in
RadCalendarView is changed. |
void onDisplayModeChanged(CalendarDisplayMode oldValue, CalendarDisplayMode newValue)
RadCalendarView
is changed.oldValue
- the old display modenewValue
- the new display mode