Notification-Popup-Window icon indicating copy to clipboard operation
Notification-Popup-Window copied to clipboard

onClick behaviours

Open denissteinhorst opened this issue 6 years ago • 1 comments

i wish it would be possible (onClick) to:

  1. launch another function after that (i have an browser.Reload(); function relating to CefSharp)
  2. bring my form1 in front and focus it (its usualy in the background or minimized somewhere)
  3. close the notification window on that same click.

is it? - if yes.. please tell me how.

denissteinhorst avatar Nov 15 '18 15:11 denissteinhorst

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.

YoussefWaelMohamedLotfy avatar Apr 15 '20 08:04 YoussefWaelMohamedLotfy

How to .. ??

ctopbas avatar Feb 16 '23 21:02 ctopbas