Skip to main content

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 toast notification drops without being displayed to a user.
Failed Raises when user settings prevent notifications from being delivered.
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