Delegate Tree.ButtonClickedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the ButtonClicked event of a Tree class.
public delegate void Tree.ButtonClickedEventHandler(TreeItem item, long column, long id, long mouseButtonIndex)
Parameters
item
TreeItem- Represents the method that handles the event of a class.
column
long- Represents the method that handles the event of a class.
id
long- Represents the method that handles the event of a class.
mouseButtonIndex
long- Represents the method that handles the event of a class.
Constructors
ButtonClickedEventHandler(object, IntPtr)
public ButtonClickedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(TreeItem, long, long, long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(TreeItem item, long column, long id, long mouseButtonIndex, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(TreeItem, long, long, long)
public virtual void Invoke(TreeItem item, long column, long id, long mouseButtonIndex)