RemindersFormDefaultActionEventArgs(ReminderAlertNotificationCollection) Constructor
In This Article
Initializes a new instance of the RemindersFormDefaultActionEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public RemindersFormDefaultActionEventArgs(
ReminderAlertNotificationCollection alertNotifications
)
#Parameters
Name | Type | Description |
---|---|---|
alert |
Reminder |
A Reminder |
See Also