-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: Rx
RX Example
Just an update to the doc with the Rx tutorial: Newer versions of Rx need a small change to the source code: Observable.FromEvent<EventArgs>(txt, “TextChanged”) Changes to Observable.FromEventPattern<EventArgs>(txt, “TextChanged”) And the references are: System.Reactive.Core System.Reactive.Interfaces System.Reactive.PlatformServices System.Reactive.Linq System.Reactive.Windows.Forms Rx is available on … Continue reading