This seems like a very simple and a very common problem. The simplest example I can think of is this. The form has 5 checkboxes with a "check all/check none" checkbox above them. When a user selects the check all checkbox I toggle the states of the "children" - obviously I don't want to fire the check events of all the children until I am done setting all of the checkboxes.
I can't find a form-wide suspend control events. If I'm simply missing it then great simple answer. Barring a simple solution that I am just missing what is the best way (best practice? accepted solution?) to suspend form control events?