RemindersFormEventArgs Class
Provides data for the SchedulerControl.RemindersFormShowing event.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduler
Declaration
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.