CollectionChanged Event
Raise this event when the (filtered) view changes
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public event NotifyCollectionChangedEventHandler CollectionChanged
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
member CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
NotifyCollectionChangedEventArgs>