Table of Contents

Delegate FileSystemDock.FolderRemovedEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

Represents the method that handles the FolderRemoved event of a FileSystemDock class.

public delegate void FileSystemDock.FolderRemovedEventHandler(string folder)

Parameters

folder string
Represents the method that handles the event of a class.

Constructors

FolderRemovedEventHandler(object, IntPtr)

public FolderRemovedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string folder, AsyncCallback callback, object @object)

Parameters

folder string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string)

public virtual void Invoke(string folder)

Parameters

folder string