NotifyCollectionChangedExtensions Class

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class NotifyCollectionChangedExtensions
Inheritance
Object    NotifyCollectionChangedExtensions

Methods

GetWeakCollectionChangedObservable(INotifyCollectionChanged) Gets a weak observable for the CollectionChanged event.
WeakSubscribe(INotifyCollectionChanged, ActionNotifyCollectionChangedEventArgs) Subscribes to the CollectionChanged event using a weak subscription.
WeakSubscribe(INotifyCollectionChanged, NotifyCollectionChangedEventHandler) Subscribes to the CollectionChanged event using a weak subscription.

See Also