bool dontRunHandler; void Handler(object sender, EventArgs e) { if (dontRunHandler) return; // handler body... }