INotifyScriptableCollectionChanged<T> Interface
Definition
Section titled “Definition”Interface for objects that can be notified when a collection changes.
public interface INotifyScriptableCollectionChanged<T>Type Parameters
Section titled “Type Parameters”T
The type in the collection.
Events
Section titled “Events”OnCollectionChanged
Section titled “OnCollectionChanged”event CollectionChangedEventHandler<T>? OnCollectionChanged