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