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
Methods
BeginInvoke(long, long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(long column, long mouseButtonIndex, AsyncCallback callback, object @object)
Parameters
column
longmouseButtonIndex
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(long, long)
public virtual void Invoke(long column, long mouseButtonIndex)