Skip to main content

RemindersFormEventArgs Class

Provides data for the SchedulerControl.RemindersFormShowing event.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public class RemindersFormEventArgs :
    FormShowingEventArgs

#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

See Also