DotNetBrowser
1.21.5
|
The handler interface for receiving browser HTML5 desktop common notification events. To receive browser notification events user should register the INotificationHandler implementation set the NotificationHandler property of the NotificationService. Appropriate handler methods implemented will be invoked when browser performs notification actions. More...
Public Member Functions | |
void | OnShowNotification (NotificationEventArgs args) |
Invoked when browser informs that a new notification should be displayed. More... | |
The handler interface for receiving browser HTML5 desktop common notification events. To receive browser notification events user should register the INotificationHandler implementation set the NotificationHandler property of the NotificationService. Appropriate handler methods implemented will be invoked when browser performs notification actions.
void DotNetBrowser.INotificationHandler.OnShowNotification | ( | NotificationEventArgs | args | ) |
Invoked when browser informs that a new notification should be displayed.
args | NotificationEventArgs will contain information about notification that should be displayed. |