dotnet/winforms
View on GitHubFormClosed event is raised twice for owned modal window when owner window is closed programatically
Open
#2,451 opened on Nov 29, 2019
:beetle: bughelp wanted
Repository metrics
- Stars
- (4,100 stars)
- PR merge metrics
- (Avg merge 14d 22h) (56 merged PRs in 30d)
Description
See attached sources. I can reproduce this issue with .Net Core 3.0 and .Net Framework 4.7.2
The second call to OnFormClosed() seems to be a side effect of shutting down the modal message loop that was created to run the child window.