Suppressing and event call
Is there a way of suppressing an event call. I have a check Box when the box is checked checkchanged event is raised and I preform some checks if one of the checks fails I uncheck the checkbox but this creates a call to the event checkchanged. Is there a way of suppressing this second call?