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

VisibleIntervalsChangedEventArgs(IEnumerable<DateTimeRange>) Constructor

Initializes a new instance of the VisibleIntervalsChangedEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling

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

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

Declaration

public VisibleIntervalsChangedEventArgs(
    IEnumerable<DateTimeRange> visibleIntervals
)

Parameters

Name Type Description
visibleIntervals IEnumerable<DateTimeRange>

A IEnumerable<T><DateTimeRange,> collection of visible intervals.

Remarks

Instances of the VisibleIntervalsChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also