Can someone confirm events/delegates are unicast and not multicast in .NET MF, that’s what I seem to be seeing?
They should be multicast
Yeh with a sep demo project his seems to be the case, but for some reason in my main project it wasn’t working unless I removed the first handler
The first handler is probably blocking somewhere. They get called in order (via sync walk of internal array), not fan out.