Summary
public Action<IMyTerminalBlock, List<MyTerminalControlListBoxItem>, List<MyTerminalControlListBoxItem>> ListContent { set; }
This is triggered when you need to populate the list with list items. The first list is the items in the list box, and the second list is the selected items in the list.