DayPilot.Navigator.onVisibleRangeChanged

Fired whenever the visible range changes. In most cases, it's caused by the user clicking "next" or "previous" icons at the top of the Navigator. The visible range change can also happen during .select() call if autofocus isn't disabled.

Declaration

onVisibleRangeChanged(args)

Parameters

API v1 (Legacy)

Declaration

onVisibleRangeChanged(start, end)

Parameters