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

FilterTimeRegionEventArgs(SchedulerControl, ViewBase, TimeRegionItem) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

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

Declaration

public FilterTimeRegionEventArgs(
    SchedulerControl scheduler,
    ViewBase view,
    TimeRegionItem timeRegion
)

Parameters

Name Type Description
scheduler SchedulerControl

The scheduler that raised the event.

view ViewBase

A DevExpress.Xpf.Scheduling.ViewBase descendant that represents the scheduler’s view that raised the event.

timeRegion TimeRegionItem

The time region for which the event is raised.

See Also