SteveSandersonMS / WebWindow

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.
Apache License 2.0
1.98k stars 215 forks source link

Suggestion: OnExit Event #40

Closed alexhorner closed 4 years ago

alexhorner commented 4 years ago

This would be another event which would fire upon window exit and would be useful to handle events for the closing of a window rather than having to depend upon WaitForExit()

SteveSandersonMS commented 4 years ago

Thanks for the suggestion! If more people request this I'll consider it, though for now just adding code after WaitForExit seems sufficient to me.

eivarin commented 4 years ago

I need this