Summary
Gets an observable that fires *before* a property is about to
be changed. Note that this should not fire duplicate change notifications if a
property is set to the same value multiple times.
- Namespace
- ReactiveUI
- Containing Type
- ReactiveObject
Syntax
[IgnoreDataMember]
public IObservable<IReactivePropertyChangedEventArgs<IReactiveObject>> Changing { get; }
Attributes
Type | Description |
---|---|
IgnoreDataMember |
Value
Type | Description |
---|---|
IObservable |