Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToastNotificationsManager Events
Show Inherited Hide Inherited

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