Interface INotifyCollectionChanged<T>
Namespace: Unity.VisualScripting
Syntax
public interface INotifyCollectionChanged<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Events
CollectionChanged
Declaration
event Action CollectionChanged
Event Type
| Type | Description |
|---|---|
| Action |
ItemAdded
Declaration
event Action<T> ItemAdded
Event Type
| Type | Description |
|---|---|
| Action<T> |
ItemRemoved
Declaration
event Action<T> ItemRemoved
Event Type
| Type | Description |
|---|---|
| Action<T> |