Back to Devexpress

ToastNotificationsManager Events

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotificationsmanager-dot-underscore-events.md

latest2.6 KB
Original Source

ToastNotificationsManager Events

The component that displays Windows Modern UI-inspired toast notifications. See Toast Notification Manager.

NameDescription
ActivatedFires when an end-user clicks an active notification.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DroppedOccurs when a toast notification drops without being displayed to a user.
FailedRaises when user settings prevent notifications from being delivered.
HiddenOccurs when a notification owned by this ToastNotificationsManager is hidden via corresponding methods in code.
TimedOutOccurs when a notification lifetime expires.
UpdateToastContentAllows you to customize a notification’s content (visuals, actions, audio, etc.) according to the Toast Content Schema.
UserCancelledFires if an end-user closes a notification owned by this ToastNotificationsManager.

See Also

ToastNotificationsManager Class

ToastNotificationsManager Members

DevExpress.XtraBars.ToastNotifications Namespace