Click or drag to resize
IMyTerminalControlListboxItemSelected Property

[This is preliminary documentation and is subject to change.]

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

Namespace: Sandbox.ModAPI.Interfaces.Terminal
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
Action<IMyTerminalBlock, List<MyTerminalControlListBoxItem>> ItemSelected { set; }

Property Value

Type: ActionIMyTerminalBlock, ListMyTerminalControlListBoxItem

[Missing <value> documentation for "P:Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalControlListbox.ItemSelected"]

See Also