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
Methods
BeginInvoke(StringName, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(StringName action, AsyncCallback callback, object @object)
Parameters
action
StringNamecallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(StringName)
public virtual void Invoke(StringName action)
Parameters
action
StringName