Table of Contents

Delegate UIList_ListView.ElementModifyDelegate

Namespace
KSP.UI.Binding
Assembly
Assembly-CSharp.dll
public delegate void UIList_ListView.ElementModifyDelegate(UIList_ListElement elementPrefab)

Parameters

elementPrefab UIList_ListElement
Extension Methods

Constructors

ElementModifyDelegate(object, nint)

public ElementModifyDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(UIList_ListElement, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(UIList_ListElement elementPrefab, AsyncCallback callback, object @object)

Parameters

elementPrefab UIList_ListElement
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(UIList_ListElement)

public virtual void Invoke(UIList_ListElement elementPrefab)

Parameters

elementPrefab UIList_ListElement