public static void Unhook(VirtualEvent virtualEvent) { virtualEvent.MyEvent -= new SimpleDelegate(CallMe); }