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