IMyTerminalControlListboxItemSelected Property |
v01.180.0 (Beta)[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.TerminalAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Action ItemSelected { set; }
WriteOnly Property ItemSelected As Action
Set
property Action^ ItemSelected {
void set (Action^ value);
}
abstract ItemSelected : Action with set
Property Value
Type:
ActionT1, T2See Also