Delegate TabBar.ActiveTabRearrangedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the ActiveTabRearranged event of a TabBar class.
public delegate void TabBar.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
Methods
BeginInvoke(long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(long idxTo, AsyncCallback callback, object @object)
Parameters
idxTo
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(long)
public virtual void Invoke(long idxTo)
Parameters
idxTo
long