CustomizeToastAsync Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
An operation.