Posts by cvbarros • 160 points
1 post
-
4
votes1
answer705
viewsA: How do I make my Master Form know when a secondary form has been closed, without using Parent and Child?
Yes, it would be correct to use events or delegates in that case. In the case of Winforms, I see no problem when putting a Handler of event at Parent pro OnClosed of the son: private void…