Creates a property change observable object from a existing object.
The observable object has a additional property onPropertyChanged which is an observable that can be subscribed to.
Any changes to properties on the object can be observed by subscribing to the onPropertyChanged observable.
Creates a property change observable object from a existing object. The observable object has a additional property
onPropertyChangedwhich is an observable that can be subscribed to. Any changes to properties on the object can be observed by subscribing to theonPropertyChangedobservable.