CustomizeToast Delegate
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.
C#
public delegate void CustomizeToast(ToastNotification toast);
type CustomizeToast = delegate of ToastNotification -> unit
Public Delegate Sub CustomizeToast(toast As ToastNotification)
- toast
- Windows.UI.Notifications.ToastNotification
The toast to modify that will be displayed.
Product | Versions |
---|---|
Windows Community Toolkit | 7.0.0 |