Click or drag to resize

ApplicationCallbackOnNotificationActivated Method

Raises the notification activated event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnNotificationActivated(
	Application widget,
	NotificationEventArgs e
)

Parameters

widget
Type: Eto.FormsApplication

[Missing <param name="widget"/> documentation for "M:Eto.Forms.Application.Callback.OnNotificationActivated(Eto.Forms.Application,Eto.Forms.NotificationEventArgs)"]

e
Type: Eto.FormsNotificationEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.Application.Callback.OnNotificationActivated(Eto.Forms.Application,Eto.Forms.NotificationEventArgs)"]

Implements

ApplicationICallbackOnNotificationActivated(Application, NotificationEventArgs)
See Also