ObservedChangedMixin class¶
Defined in
Namespace: ReactiveUI.Binding.ObservableForProperty
Assembly: ReactiveUI.Binding.dll
Full name: ReactiveUI.Binding.ObservableForProperty.ObservedChangedMixin
Modifiers: public static
Summary¶
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¶
| Name | Summary |
|---|---|
| static GetPropertyName | Returns the name of a property which has been changed. |
| static GetValue | Returns the current value of a property given a notification that it has changed. |
| static GetValueOrDefault | Returns the current value of a property given a notification that it has changed, or the default value if the chain cannot be resolved. |
| static Value | Given a stream of notification changes, this method will convert the property changes to the current value of the property. |