Table of Contents

Delegate AcceptDialog.CustomActionEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the CustomAction event of a AcceptDialog class.

public delegate void AcceptDialog.CustomActionEventHandler(StringName action)

Parameters

action StringName
Represents the method that handles the event of a class.

Constructors

CustomActionEventHandler(object, IntPtr)

public CustomActionEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(StringName, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(StringName action, AsyncCallback callback, object @object)

Parameters

action StringName
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(StringName)

public virtual void Invoke(StringName action)

Parameters

action StringName