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

RemindersWindowShowingEventArgs(SchedulerControl) Constructor

Initializes a new instance of the RemindersWindowShowingEventArgs 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 RemindersWindowShowingEventArgs(
    SchedulerControl scheduler
)

Parameters

Name Type Description
scheduler SchedulerControl

A SchedulerControl object representing a target Scheduler.

Remarks

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

See Also