Edit

CustomizeToastAsync Delegate

Definition

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

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

Parameters

toast
Windows.UI.Notifications.ToastNotification

The toast to modify that will be displayed.

Return Value

Windows.Foundation.IAsyncAction

An operation.

Applies to