NotifyCollectionChangedExtensions.

GetWeakCollectionChangedObservable(INotifyCollectionChanged) Method

Summary

Gets a weak observable for the CollectionChanged event.

Syntax

public static IObservable<NotifyCollectionChangedEventArgs> GetWeakCollectionChangedObservable(this INotifyCollectionChanged collection)

Parameters

Name Type Description
collection INotifyCollectionChanged The collection.

Return Value

Type Description
IObservable<NotifyCollectionChangedEventArgs> An observable.