Table of Contents

Delegate Tree.CustomItemClickedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void Tree.CustomItemClickedEventHandler(long mouseButtonIndex)

Parameters

mouseButtonIndex long
Represents the method that handles the event of a class.

Constructors

CustomItemClickedEventHandler(object, IntPtr)

public CustomItemClickedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long mouseButtonIndex, AsyncCallback callback, object @object)

Parameters

mouseButtonIndex long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long)

public virtual void Invoke(long mouseButtonIndex)

Parameters

mouseButtonIndex long