Skip to main content

IntervalFoundEventArgs(TimeIntervalCollectionEx, Resource) Constructor

In This Article

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

Namespace: DevExpress.XtraScheduler.Tools

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public IntervalFoundEventArgs(
    TimeIntervalCollectionEx freeIntervals,
    Resource resource
)

#Parameters

Name Type Description
freeIntervals TimeIntervalCollectionEx

A TimeIntervalCollectionEx collection, containing the discovered time interval.

resource Resource

A Resource object, that is the resource for which the free time interval is found.

See Also