Summary
A collection of helpers for
IObservedChange<TSender, TValue>
.
- Namespace
- ReactiveUI
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ObservedChangedMixin"]
class Type type-node
Syntax
public static class ObservedChangedMixin
Methods
Name | Value | Summary |
---|---|---|
GetPropertyName |
string |
Returns the name of a property which has been changed.
static
|
GetValue |
TValue |
Returns the current value of a property given a notification that
it has changed.
static
|
GetValueOrDefault |
TValue |
Returns the current value of a property given a notification that
it has changed.
static
|
Value |
IObservable |
Given a stream of notification changes, this method will convert
the property changes to the current value of the property.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|