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