ToastNotificationsManager.HideNotification(IToastNotificationProperties) Method
In This Article
Hides the specific notification that matches the notificationProperties parameter.
Namespace: DevExpress.XtraBars.ToastNotifications
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void HideNotification(
IToastNotificationProperties notificationProperties
)
#Parameters
Name | Type | Description |
---|---|---|
notification |
IToast |
An object owned by a hidden notification. |
#Remarks
Hiding a notification via the HideNotification method fires the ToastNotificationsManager.Hidden event.
See Also