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