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
itemTreeItem- Represents the method that handles the event of a class.
columnlong- Represents the method that handles the event of a class.
idlong- Represents the method that handles the event of a class.
mouseButtonIndexlong- 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
resultIAsyncResult
Invoke(TreeItem, long, long, long)
public virtual void Invoke(TreeItem item, long column, long id, long mouseButtonIndex)