Method ToNotifyCollectionChanged
ToNotifyCollectionChanged<T>(IObservable<IChangeSet<T>>)
Declaration
public static IObservable<NotifyCollectionChangedEventArgs> ToNotifyCollectionChanged<T>(this IObservable<IChangeSet<T>> source)
Parameters
| Type | Name | Description |
|---|---|---|
| IObservable<IChangeSet<T>> | source |
Returns
| Type | Description |
|---|---|
| IObservable<NotifyCollectionChangedEventArgs> |
Type Parameters
| Name | Description |
|---|---|
| T |