Skip to main content
A newer version of this page is available. .

RemindersFormDefaultActionEventArgs(ReminderAlertNotificationCollection) Constructor

Initializes a new instance of the RemindersFormDefaultActionEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public RemindersFormDefaultActionEventArgs(
    ReminderAlertNotificationCollection alertNotifications
)

Parameters

Name Type Description
alertNotifications ReminderAlertNotificationCollection

A ReminderAlertNotificationCollection value which represents the event’s collection of reminder alerts. This value is assigned to the ReminderEventArgs.AlertNotifications property.

See Also