Table of Contents

Delegate Tree.CustomPopupEditedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the CustomPopupEdited event of a Tree class.

public delegate void Tree.CustomPopupEditedEventHandler(bool arrowClicked)

Parameters

arrowClicked bool
Represents the method that handles the event of a class.

Constructors

CustomPopupEditedEventHandler(object, IntPtr)

public CustomPopupEditedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(bool, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(bool arrowClicked, AsyncCallback callback, object @object)

Parameters

arrowClicked bool
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(bool)

public virtual void Invoke(bool arrowClicked)

Parameters

arrowClicked bool