3
Answers

How to test for events

How can I test through code to see if two events have been fired in succession, namely the TextChanged event and the FormClosing (or FormClosed) event?
Also, if I am merely hiding the form instead of closing it, is that the same procedure?

Answers (3)