SchedulerControl.VisibleIntervalChanged Event
Fires when the time interval displayed by the control’s scheduling area is changed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.dll
Declaration
Event Data
The VisibleIntervalChanged event's data class is EventArgs.
Remarks
The VisibleIntervalChanged event is generated each time the time interval represented by the scheduling area has been changed.
The displayed time interval can for instance be changed by assigning a new value to the scheduler’s SchedulerControl.Start property, by selecting/deselecting a date within the associated DateNavigator control, by changing the scheduler’s active view (SchedulerControl.ActiveViewType), etc.
Tip
A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=T444758.