Table of Contents

Delegate TabContainer.ActiveTabRearrangedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the ActiveTabRearranged event of a TabContainer class.

public delegate void TabContainer.ActiveTabRearrangedEventHandler(long idxTo)

Parameters

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

Constructors

ActiveTabRearrangedEventHandler(object, IntPtr)

public ActiveTabRearrangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, AsyncCallback, object)

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

Parameters

idxTo 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 idxTo)

Parameters

idxTo long