Show / Hide Table of Contents

Class CustomControlGetDelegate

Allows you to modify the terminal control list before it is displayed to the user. Modifying controls will change which controls are displayed.

Inheritance
System.Object
CustomControlGetDelegate
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public sealed class CustomControlGetDelegate : MulticastDelegate

Constructors

CustomControlGetDelegate(Object, IntPtr)

Declaration
public CustomControlGetDelegate(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(IMyTerminalBlock, List<IMyTerminalControl>, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(IMyTerminalBlock block, List<IMyTerminalControl> controls, AsyncCallback callback, object object)
Parameters
Type Name Description
IMyTerminalBlock block
System.Collections.Generic.List<IMyTerminalControl> controls
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(IMyTerminalBlock, List<IMyTerminalControl>)

Declaration
public virtual void Invoke(IMyTerminalBlock block, List<IMyTerminalControl> controls)
Parameters
Type Name Description
IMyTerminalBlock block
System.Collections.Generic.List<IMyTerminalControl> controls
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾