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