Recommendation
Recommendation
this is a post recommendation about using Rx framework with WPF events,
I'm recommending this post from bobby's blog, the post is demonstrating the
use of creating observable stream from WPF event.
it is a short post with nice little code sample.
bobby did a real good job by wrapping the observable event (Observable.FromEvent)
into more human readable format (using T4 template).