### Events

#### ItemChanged
```cs
public event Action<SetSlot> ItemChanged;
```

#### CollectionChanged
```cs
public event Action CollectionChanged;
```

#### CollectionReset
```cs
public event Action CollectionReset;
```
