Notification-Popup-Window
Notification-Popup-Window copied to clipboard
onClick behaviours
i wish it would be possible (onClick) to:
- launch another function after that (i have an browser.Reload(); function relating to CefSharp)
- bring my form1 in front and focus it (its usualy in the background or minimized somewhere)
- close the notification window on that same click.
is it? - if yes.. please tell me how.
There is a Click event when creating an object from PopupNotifier by simply calling popup.Click += OnPopupClick, then in the callback method you can call any method, dispose and hide the popup object.
How to .. ??