Skip to content

ObservedChangedMixin class

Defined in

Namespace: ReactiveUI.Binding.ObservableForProperty Assembly: ReactiveUI.Binding.dll Full name: ReactiveUI.Binding.ObservableForProperty.ObservedChangedMixin Modifiers: public static

Summary

View source

A collection of helpers for IObservedChange.

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481

Methods

NameSummary
static GetPropertyNameReturns the name of a property which has been changed.
static GetValueReturns the current value of a property given a notification that it has changed.
static GetValueOrDefaultReturns the current value of a property given a notification that it has changed, or the default value if the chain cannot be resolved.
static ValueGiven a stream of notification changes, this method will convert the property changes to the current value of the property.
Inherited members