I found a better approach, one that isn’t as scary …
The key difference is one of approach - instead of trying to subscribe to an arbitrary event (which is difficult since you can’t pass events around as data, only delegates), I went with subscribing to an arbitrary property and keeping the gnarly bits under the covers.
Comments
blog comments powered by Disqus