Skip to main content

ReminderBaseEventArgs(ReminderBaseAlertNotificationCollection) Constructor

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

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