Delegate TabBar.TabClickedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the TabClicked event of a TabBar class.
public delegate void TabBar.TabClickedEventHandler(long tab)
Parameters
tab
long- Represents the method that handles the event of a class.
Constructors
TabClickedEventHandler(object, IntPtr)
public TabClickedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(long tab, AsyncCallback callback, object @object)
Parameters
tab
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(long)
public virtual void Invoke(long tab)
Parameters
tab
long