Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 741 Bytes

scheduledtoastnotificationshowingeventargs_cancel.md

File metadata and controls

24 lines (16 loc) · 741 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Notifications.ScheduledToastNotificationShowingEventArgs.Cancel
winrt property
RS5

Windows.UI.Notifications.ScheduledToastNotificationShowingEventArgs.Cancel

-description

Gets or sets whether Windows should perform its default handling of the notification.

-property-value

Set to false to allow the system to perform its default handling (which is subject to user and system settings). Set to true to tell the system that your app has handled the notification and that it shouldn't perform default handling. The default value is false.

-remarks

-see-also

-examples