Table of Contents

Delegate Viewport.GuiFocusChangedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the GuiFocusChanged event of a Viewport class.

public delegate void Viewport.GuiFocusChangedEventHandler(Control node)

Parameters

node Control
Represents the method that handles the event of a class.

Constructors

GuiFocusChangedEventHandler(object, IntPtr)

public GuiFocusChangedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Control, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Control node, AsyncCallback callback, object @object)

Parameters

node Control
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Control)

public virtual void Invoke(Control node)

Parameters

node Control