Table of Contents

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

object object
method IntPtr

Methods

BeginInvoke(TreeItem, long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(TreeItem item, long column, AsyncCallback callback, object @object)

Parameters

item TreeItem
column long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(TreeItem, long)

public virtual void Invoke(TreeItem item, long column)

Parameters

item TreeItem
column long