CollectionChanged Event
Occurs when the collection changes.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public event NotifyCollectionChangedEventHandler CollectionChanged
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
abstract CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
NotifyCollectionChangedEventArgs>
override CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
NotifyCollectionChangedEventArgs>
Value
NotifyCollectionChangedEventHandlerImplements
INotifyCollectionChanged.CollectionChangedSee Also
Reference
AvaloniaDictionary(TKey, TValue) Class
Avalonia.Collections Namespace