Click or drag to resize

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

Value

Type: SystemEventHandlerNotificationEventArgs
Remarks
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 Notification
See Also