Table of Contents

Delegate ItemList.MultiSelectedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the MultiSelected event of a ItemList class.

public delegate void ItemList.MultiSelectedEventHandler(long index, bool selected)

Parameters

index long
Represents the method that handles the event of a class.
selected bool
Represents the method that handles the event of a class.

Constructors

MultiSelectedEventHandler(object, IntPtr)

public MultiSelectedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, bool, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long index, bool selected, AsyncCallback callback, object @object)

Parameters

index long
selected bool
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long, bool)

public virtual void Invoke(long index, bool selected)

Parameters

index long
selected bool