Skip to content

ReactiveNotifyPropertyChangedMixin class

Attributes: [ExcludeFromCodeCoverage] [EditorBrowsable(EditorBrowsableState.1)] [RequiresUnreferencedCode("Creating Expressions requires unreferenced code because the members being referenced by the Expression may be trimmed.")]

Defined in

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

Summary

View source

        Extension methods for property change observation using expression chains.
        This is a runtime fallback bridge class — the source generator produces optimized
        code that bypasses this entirely at compile time.
        

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 ObservableForPropertyObservableForProperty by name, observing after-change, emitting the initial value, with distinct filtering.
static SubscribeToExpressionChainSubscribes to an expression chain, observing after-change, emitting the initial value, with distinct filtering.
Inherited members