RemindersFormEventArgs(ReminderAlertNotificationCollection) Constructor
Initializes a new instance of the RemindersFormEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public RemindersFormEventArgs(
ReminderAlertNotificationCollection alerts
)
Public Sub New(
alerts As ReminderAlertNotificationCollection
)
Parameters
| Name | Type | Description |
|---|---|---|
| alerts | ReminderAlertNotificationCollection | A DevExpress.XtraScheduler.ReminderAlertNotificationCollection value which is the event's collection of reminder alerts. This value is assigned to the RemindersFormEventArgs.AlertNotifications property. |
Remarks
Instances of the RemindersFormEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also