Back to Devexpress

ToastNotificationsManager.Activated Event

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

latest2.7 KB
Original Source

ToastNotificationsManager.Activated Event

Fires when an end-user clicks an active notification.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

The Activated 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

Handle the Activated event to perform specific actions when an end-user clicks a ToastNotification, owned by this ToastNotificationsManager. To determine which notification has been clicked, use the ToastNotificationEventArgs.NotificationID property of the e parameter.

If an end-user does not click a notification during its lifetime, the ToastNotificationsManager.TimedOut event fires. See the Toast Notification Manager topic to learn more.

See Also

TimedOut

Toast Notification Manager

ToastNotificationsManager Class

ToastNotificationsManager Members

DevExpress.XtraBars.ToastNotifications Namespace