Summary

public Action<IMyTerminalBlock, List<MyTerminalControlListBoxItem>> ItemSelected { set; }

This is triggered when an item is selected. Can contain more than one item if Multiselect is true.

Returns

Action<IMyTerminalBlock, List>