ApplicationOnNotificationActivated Method |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected virtual void OnNotificationActivated(
NotificationEventArgs e
)
Protected Overridable Sub OnNotificationActivated (
e As NotificationEventArgs
)
abstract OnNotificationActivated :
e : NotificationEventArgs -> unit
override OnNotificationActivated :
e : NotificationEventArgs -> unit
Parameters
- e
- Type: Eto.FormsNotificationEventArgs
Event arguments
See Also