RemindersFormActionEventArgs(RemindersFormActionType, ReminderAlertNotificationCollection, ReminderAlertNotificationCollection, TimeSpan) Constructor
Initializes a new instance of the RemindersFormActionEventArgs class with specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
public RemindersFormActionEventArgs(
RemindersFormActionType actionType,
ReminderAlertNotificationCollection alertNotifications,
ReminderAlertNotificationCollection selectedAlertNotifications,
TimeSpan snoozeSpan
)
Parameters
| Name | Type | Description |
|---|---|---|
| actionType | RemindersFormActionType | The Reminders Form action type. |
| alertNotifications | ReminderAlertNotificationCollection | The list of items displayed in the Reminder Form’s list box. |
| selectedAlertNotifications | ReminderAlertNotificationCollection | The list of items selected in the Reminder Form’s list box. |
| snoozeSpan | TimeSpan | The Reminders Form‘s snooze period. |
See Also