NotifyCollectionChangedExtensions Class

Namespace
Avalonia.Collections
Base Types
  • object
graph BT Type-->Base0["object"] Type["NotifyCollectionChangedExtensions"] class Type type-node

Syntax

public static class NotifyCollectionChangedExtensions

Methods

Name Value Summary
GetWeakCollectionChangedObservable(INotifyCollectionChanged) IObservable<NotifyCollectionChangedEventArgs>
Gets a weak observable for the CollectionChanged event.
static
WeakSubscribe(INotifyCollectionChanged, Action<NotifyCollectionChangedEventArgs>) IDisposable
Subscribes to the CollectionChanged event using a weak subscription.
static
WeakSubscribe(INotifyCollectionChanged, NotifyCollectionChangedEventHandler) IDisposable
Subscribes to the CollectionChanged event using a weak subscription.
static