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