Back to Devexpress

ToastNotificationsManager.Hidden Event

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotificationsmanager-529a54d8.md

latest2.8 KB
Original Source

ToastNotificationsManager.Hidden Event

Occurs when a notification owned by this ToastNotificationsManager is hidden via corresponding methods in code.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public event EventHandler<ToastNotificationEventArgs> Hidden
vb
<DXCategory("Behavior")>
Public Event Hidden As EventHandler(Of ToastNotificationEventArgs)

Event Data

The Hidden event's data class is ToastNotificationEventArgs. The following properties provide information specific to this event:

PropertyDescription
NotificationIDGets the ID of a notification related to the current event.

Remarks

The Hidden event fires when you use the ToastNotificationsManager.HideNotification or ToastNotificationsManager.HideNotifications methods. If a notification was hidden due to an end-user clicking this notification or the notification lifetime expired, the ToastNotificationsManager.Activated or ToastNotificationsManager.TimedOut events occur respectively.

See Also

Activated

TimedOut

Toast Notification Manager

ToastNotificationsManager Class

ToastNotificationsManager Members

DevExpress.XtraBars.ToastNotifications Namespace