Summary
Gets a weak observable for the CollectionChanged event.
- Namespace
- Avalonia
.Collections - Containing Type
- Notify
Collection Changed Extensions
Syntax
public static IObservable<NotifyCollectionChangedEventArgs> GetWeakCollectionChangedObservable(this INotifyCollectionChanged collection)
Parameters
Name | Type | Description |
---|---|---|
collection | I |
The collection. |
Return Value
Type | Description |
---|---|
IObservable |
An observable. |