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 |
---|---|---|
completed |
ASPx |
An array of ASPx |
previous |
ASPx |
An array of ASPx |
See Also