Clever event accessors - to fire handlers on the thread they were registered?
问题 Have just had an idea, I haven't seen it before, wondering if you guys thought it was a good idea, if it exists, any common pitfalls etc. - and also how to implement it. There are several times I've found myself subscribing to an event from the UI thread that will be called from a different thread - for example, notification of a service call completing. 'My' idea would be to store the current Dispatcher in the add block along with the handler delegate, then when the event is 'fired', perform