Edit

Share via


CustomizeScheduledToastAsync Delegate

Definition

Allows you to set additional properties on the Windows.UI.Notifications.ScheduledToastNotification object before the toast is scheduled.

public delegate Windows.Foundation.IAsyncAction CustomizeScheduledToastAsync(ScheduledToastNotification toast);
type CustomizeScheduledToastAsync = delegate of ScheduledToastNotification -> IAsyncAction
Public Delegate Function CustomizeScheduledToastAsync(toast As ScheduledToastNotification) As IAsyncAction 

Parameters

toast
Windows.UI.Notifications.ScheduledToastNotification

The scheduled toast to modify that will be scheduled.

Return Value

Windows.Foundation.IAsyncAction

An operation.

Applies to