| ApplicationCallbackOnNotificationActivated Method  | 
 
            Raises the notification activated event.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic void OnNotificationActivated(
	Application widget,
	NotificationEventArgs e
)
Public Sub OnNotificationActivated ( 
	widget As Application,
	e As NotificationEventArgs
)
abstract OnNotificationActivated : 
        widget : Application * 
        e : NotificationEventArgs -> unit 
override OnNotificationActivated : 
        widget : Application * 
        e : NotificationEventArgs -> unit 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
See Also