Table of Contents

Delegate FileSystemDock.FilesMovedEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

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

public delegate void FileSystemDock.FilesMovedEventHandler(string oldFile, string newFile)

Parameters

oldFile string
Represents the method that handles the event of a class.
newFile string
Represents the method that handles the event of a class.

Constructors

FilesMovedEventHandler(object, IntPtr)

public FilesMovedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, string, AsyncCallback, object)

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

Parameters

oldFile string
newFile 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 oldFile, string newFile)

Parameters

oldFile string
newFile string