Skip to main content

constructor(completedNotifications, previousNotifications) Constructor

In This Article

Initializes a new instance of the ASPxClientSchedulerStorageReminderAlertEventArgs class.

#Declaration

TypeScript
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