Detect when a form has been closed c#

前端 未结 7 1956
猫巷女王i
猫巷女王i 2020-12-06 16:51

I have a WinForm that I create that shows a prompt with a button. This is a custom WinForm view, as a message box dialog was not sufficient.

I have a background work

相关标签:
7条回答
  • 2020-12-06 17:52

    Note that this.Hide(); is not the same as this.Close(); in the actual dialog your overriding the closed event

    0 讨论(0)
提交回复
热议问题