NotifyCollectionChangedExtensions Class
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static class NotifyCollectionChangedExtensions
<ExtensionAttribute>
Public NotInheritable Class NotifyCollectionChangedExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type NotifyCollectionChangedExtensions = class end
Inheritance | Object → NotifyCollectionChangedExtensions |
Methods
GetWeakCollectionChangedObservable(INotifyCollectionChanged) | Gets a weak observable for the CollectionChanged event. |
WeakSubscribe(INotifyCollectionChanged, Action(NotifyCollectionChangedEventArgs)) | Subscribes to the CollectionChanged event using a weak subscription. |
WeakSubscribe(INotifyCollectionChanged, NotifyCollectionChangedEventHandler) | Subscribes to the CollectionChanged event using a weak subscription. |