RemindersFormEventArgs Class
In This Article
Provides data for the SchedulerControl.RemindersFormShowing event.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Remarks
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.
#Inheritance
Object
EventArgs
FormShowingEventArgs
RemindersFormEventArgs
See Also