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
file
string- 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
file
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string)
public virtual void Invoke(string file)
Parameters
file
string