- Reactive Extensionsを3.1.0から3.1.1に更新しています。
DependencyObject
(UWP & WPF)に以下の拡張メソッドを追加しましたObserveDependencyProperty
:DependencyProperty
の変更を監視するIObservable<Unit>
を返します。ToReadOnlyReactiveProperty
:DependencyProperty
からReadOnlyReactiveProperty
を生成します。ToReactiveProperty
:DependencyProperty
からReactiveProperty
を生成します。