Click or drag to resize

NotificationOnActivated Method

Note: This API is now obsolete.

Raises the Activated event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.4, Use Application.OnNotificationActivated instead.")]
protected virtual void OnActivated(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
Event arguments.
See Also