ApplicationNotificationActivated Event |
Occurs when a notification is clicked by the user that was previously displayed.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public event EventHandler<NotificationEventArgs> NotificationActivated
Public Event NotificationActivated As EventHandler(Of NotificationEventArgs)
member NotificationActivated : IEvent<EventHandler<NotificationEventArgs>,
NotificationEventArgs>
Value
Type:
SystemEventHandlerNotificationEventArgsRemarks
To send a notification, use
Notification.
The
ID and
UserData
should be used to determine what action to perform when the user clicks on the notification.
These parameters are set when creating the
NotificationSee Also