Click or drag to resize

NotificationActivated Event

Note: This API is now obsolete.

Event to handle when the user left click the Notification.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.4, Use Application.NotificationActivated instead.")]
public event EventHandler<EventArgs> Activated

Value

Type: SystemEventHandlerEventArgs
See Also