Skip to main content

SchedulerControl.VisibleIntervalChanged Event

Occurs when the time interval represented by the scheduler control's scheduling area has been changed.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public event EventHandler VisibleIntervalChanged

#Event Data

The VisibleIntervalChanged event's handler receives an argument of the EventArgs type.

#Remarks

The VisibleIntervalChanged event is generated each time the time interval represented by the scheduling area has been changed. For instance, the displayed time interval can be changed by assigning a new value to the SchedulerControl.Start property, by changing the scheduler's active view (the SchedulerControl.ActiveViewType property), etc.

See Also