Method WhenNestedPropertyChanged
WhenNestedPropertyChanged<TObject>(IObservable<IChangeSet<TObject>>, params string[])
Watches each item in the collection and notifies when any of them has changed
Declaration
public static IObservable<EventPattern<PropertyChangedEventArgs>> WhenNestedPropertyChanged<TObject>(this IObservable<IChangeSet<TObject>> source, params string[] propertiesToMonitor) where TObject : INotifyPropertyChanged
Parameters
Type | Name | Description |
---|---|---|
IObservable<IChangeSet<TObject>> | source | The source. |
string[] | propertiesToMonitor | specify properties to Monitor, or omit to monitor all property changes |
Returns
Type | Description |
---|---|
IObservable<EventPattern<PropertyChangedEventArgs>> |
Type Parameters
Name | Description |
---|---|
TObject | The type of the object. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |