Delegate Tree.CheckPropagatedToItemEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the CheckPropagatedToItem event of a Tree class.
public delegate void Tree.CheckPropagatedToItemEventHandler(TreeItem item, long column)
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.
Constructors
CheckPropagatedToItemEventHandler(object, IntPtr)
public CheckPropagatedToItemEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(TreeItem, long, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(TreeItem item, long column, AsyncCallback callback, object @object)
Parameters
item
TreeItemcolumn
longcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(TreeItem, long)
public virtual void Invoke(TreeItem item, long column)