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
columnlong- Represents the method that handles the event of a class.
mouseButtonIndexlong- 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
columnlongmouseButtonIndexlongcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(long, long)
public virtual void Invoke(long column, long mouseButtonIndex)