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
)
Sub OnNotificationActivated (
wiget As Application,
e As NotificationEventArgs
)
abstract OnNotificationActivated :
wiget : Application *
e : NotificationEventArgs -> unit
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