The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ReactivePageViewController.

Changed Property

Summary

Gets an Observable that fires *after* a property has changed. Note that this should not fire duplicate change notifications if a property is set to the same value multiple times.
Namespace
ReactiveUI
Containing Type
ReactivePageViewController

Syntax

public IObservable<IReactivePropertyChangedEventArgs<ReactivePageViewController>> Changed { get; }

Value