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

RemindersFormEventArgs Class

Provides data for the SchedulerControl.RemindersFormShowing event.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v19.1.dll

Declaration

public class RemindersFormEventArgs :
    FormShowingEventArgs

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

The SchedulerControl.RemindersFormShowing event occurs before the Reminders form is invoked. The RemindersFormEventArgs class introduces the RemindersFormEventArgs.AlertNotifications property that identifies the collection of notifications for reminders that are currently triggered.

Note, that RemindersFormEventArgs objects are automatically created, initialized and passed to SchedulerControl.RemindersFormShowing event handlers.

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

Inheritance

See Also