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

ToastNotificationsManager.Failed Event

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.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DXCategory("Behavior")]
public event EventHandler<ToastNotificationFailedEventArgs> Failed

Event Data

The Failed event's data class is DevExpress.XtraBars.ToastNotifications.ToastNotificationFailedEventArgs.

Remarks

Tip

The Failed event may not fire in some earlier Windows versions. This issue is fixed in latest Windows OS updates.

See Also