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.v19.1.dll

Declaration

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

Event Data

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

See Also