GridBag 🚧
Events
ItemChanged
public event Action<Item> ItemChanged;
ItemAdded
public event Action<Item> ItemAdded;
ItemRemoved
public event Action<Item> ItemRemoved;
CollectionChanged
public event Action CollectionChanged;
CollectionReset
public event Action CollectionReset;