[]
Raises the CollectionChanged event.
protected virtual void OnCollectionChanged(object? sender, NotifyCollectionChangedEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The collection that originated the event. |
NotifyCollectionChangedEventArgs | e | The NotifyCollectionChangedEventArgs instance containing the event data. |