Table of Contents

Delegate ItemList.ItemSelectedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void ItemList.ItemSelectedEventHandler(long index)

Parameters

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

Constructors

ItemSelectedEventHandler(object, IntPtr)

public ItemSelectedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, AsyncCallback, object)

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

Parameters

index long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long)

public virtual void Invoke(long index)

Parameters

index long