Click or drag to resize

ApplicationICallbackOnNotificationActivated Method

Raises the notification activated event.

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

Parameters

wiget
Type: Eto.FormsApplication

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

e
Type: Eto.FormsNotificationEventArgs

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

See Also