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
Methods
BeginInvoke(string, string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string oldFile, string newFile, AsyncCallback callback, object @object)
Parameters
oldFile
stringnewFile
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string, string)
public virtual void Invoke(string oldFile, string newFile)