mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
BrowserWindow OnClose event #476
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AykutToprak on GitHub (May 6, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
🚨 The issue tracker is not for questions 🚨
How to hide browser window and put application in Tray mode on close button clicked?
I tried as it shown below;
browserWindow.OnClose += () => OnClose(browserWindow);and OnClose action;