Table of Contents

Delegate FileSystemDock.FolderMovedEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

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

public delegate void FileSystemDock.FolderMovedEventHandler(string oldFolder, string newFolder)

Parameters

oldFolder string
Represents the method that handles the event of a class.
newFolder string
Represents the method that handles the event of a class.

Constructors

FolderMovedEventHandler(object, IntPtr)

public FolderMovedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, string, AsyncCallback, object)

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

Parameters

oldFolder string
newFolder string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string, string)

public virtual void Invoke(string oldFolder, string newFolder)

Parameters

oldFolder string
newFolder string