NotificationActivated Event |
Note: This API is now obsolete.
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
<ObsoleteAttribute("Since 2.4, Use Application.NotificationActivated instead.")>
Public Event Activated As EventHandler(Of EventArgs)
[<ObsoleteAttribute("Since 2.4, Use Application.NotificationActivated instead.")>]
member Activated : IEvent<EventHandler<EventArgs>,
EventArgs>
Value
Type:
SystemEventHandlerEventArgsSee Also