Property PropertiesChanges
PropertiesChanges
Observable sequence of property change notifications, emitting the name of the changed property.
Declaration
IObservable<string> PropertiesChanges { get; }
Property Value
Type | Description |
---|---|
IObservable<string> |
Remarks
This can be used to react to property changes in a reactive programming style.