Delegate FileSystemDock.FileRemovedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
Represents the method that handles the FileRemoved event of a FileSystemDock class.
public delegate void FileSystemDock.FileRemovedEventHandler(string file)
Parameters
filestring- Represents the method that handles the event of a class.
Constructors
FileRemovedEventHandler(object, IntPtr)
public FileRemovedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string file, AsyncCallback callback, object @object)
Parameters
filestringcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(string)
public virtual void Invoke(string file)
Parameters
filestring