ReminderBaseEventArgs(ReminderBaseAlertNotificationCollection) Constructor
Initializes a new instance of the ReminderBaseEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.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