Skip to content

INotifyScriptableCollectionChanged<T> Interface

Interface for objects that can be notified when a collection changes.

C#
public interface INotifyScriptableCollectionChanged<T>

T
The type in the collection.

C#
event CollectionChangedEventHandler<T>? OnCollectionChanged

CollectionChangedEventHandler<T>