Table of Contents

Delegate TabContainer.TabChangedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void TabContainer.TabChangedEventHandler(long tab)

Parameters

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

Constructors

TabChangedEventHandler(object, IntPtr)

public TabChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, AsyncCallback, object)

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

Parameters

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

Parameters

tab long