Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OnCollectionChanged()

Definition at line 50 of file ReadOnlyObservableCollection.cs.

51 {
52 this.CollectionChanged?.Invoke(this, args);
53 }
NotifyCollectionChangedEventHandler? INotifyCollectionChanged. CollectionChanged

Referenced by System.Collections.ObjectModel.ReadOnlyObservableCollection< T >.HandleCollectionChanged().