Skip to main content
A newer version of this page is available. .

ToastNotificationsManager Events

The component that displays Windows Modern UI-inspired toast notifications. See Toast Notification Manager.
Name Description
Activated Fires when an end-user clicks an active notification.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
Dropped Occurs when a notification owned by this ToastNotificationsManager could not be displayed due to end-user system settings.
Failed Raised when a notification is not shown due to an error, and allows you to specify whether to throw exceptions that caused notification showing to end prematurely.
Hidden Occurs when a notification owned by this ToastNotificationsManager is hidden via corresponding methods in code.
TimedOut Occurs when a notification lifetime expires.
UpdateToastContent Allows you to customize a notification’s content (visuals, actions, audio, etc.) according to the Toast Content Schema.
UserCancelled Fires if an end-user closes a notification owned by this ToastNotificationsManager.
See Also