I just found How to suspend events when setting a property of a WinForms control. It will remove all events from a control:
namespace CMessWin05
{
public class EventSuppressor
{
Control _source;
EventHandlerList _sourceEventHandlerList;
FieldInfo _headFI;
Dictionary