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 Toast |
Timed |
Occurs when a notification lifetime expires. |
Update |
Allows you to customize a notification’s content (visuals, actions, audio, etc.) according to the Toast Content Schema. |
User |
Fires if an end-user closes a notification owned by this Toast |
See Also