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

ReminderBaseEventArgs(ReminderBaseAlertNotificationCollection) Constructor

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

Namespace: DevExpress.XtraScheduler

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

Declaration

public ReminderBaseEventArgs(
    ReminderBaseAlertNotificationCollection alertNotifications
)

Parameters

Name Type Description
alertNotifications ReminderBaseAlertNotificationCollection

A ReminderBaseAlertNotificationCollection object which represents the reminder’s alert notifications. This value is assigned to the ReminderBaseEventArgs.AlertNotifications property.

See Also