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