Skip to main content
A newer version of this page is available. .

constructor(completedNotifications, previousNotifications) Constructor

Initializes a new instance of the ASPxClientSchedulerStorageReminderAlertEventArgs class.

Declaration

constructor(
    completedNotifications: ASPxClientReminderAlertNotification[],
    previousNotifications: ASPxClientReminderAlertNotification[]
)

Parameters

Name Type Description
completedNotifications ASPxClientReminderAlertNotification[]

An array of ASPxClientReminderAlertNotification objects.

previousNotifications ASPxClientReminderAlertNotification[]

An array of ASPxClientReminderAlertNotification objects.

See Also