ReminderEventArgs Class
In This Article
Provides data for the SchedulerStorage.ReminderAlert event.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Remarks
The SchedulerStorage.ReminderAlert event occurs when a reminder alert is invoked. The ReminderEventArgs class introduces the ReminderEventArgs.AlertNotifications property that specifies the collection for all the reminder notifications.
Note that ReminderEventArgs objects are automatically created, initialized and passed to SchedulerStorage.ReminderAlert event handlers.
#Inheritance
See Also