Skip to main content
A newer version of this page is available. .

VisibleIntervalsChangedEventArgs Class

Provides data for the SchedulerControl.VisibleIntervalsChanged event.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public class VisibleIntervalsChangedEventArgs :
    EventArgs

Remarks

An instance of the VisibleIntervalsChangedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object
EventArgs
VisibleIntervalsChangedEventArgs
See Also