public static interface RadCalendarView.OnDisplayDateChangedListener
RadCalendarView
is changed.Modifier and Type | Method and Description |
---|---|
void |
onDisplayDateChanged(long oldValue,
long newValue)
Represents a method which will be executed when
the display date in
RadCalendarView is changed. |
void onDisplayDateChanged(long oldValue, long newValue)
RadCalendarView
is changed.oldValue
- the old display datenewValue
- the new display date