Table of Contents

Delegate Tree.ColumnTitleClickedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void Tree.ColumnTitleClickedEventHandler(long column, long mouseButtonIndex)

Parameters

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

Constructors

ColumnTitleClickedEventHandler(object, IntPtr)

public ColumnTitleClickedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, long, AsyncCallback, object)

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

Parameters

column long
mouseButtonIndex long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long, long)

public virtual void Invoke(long column, long mouseButtonIndex)

Parameters

column long
mouseButtonIndex long