Delegate FileSystemDock.ResourceRemovedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
Represents the method that handles the ResourceRemoved event of a FileSystemDock class.
public delegate void FileSystemDock.ResourceRemovedEventHandler(Resource resource)
Parameters
resource
Resource- Represents the method that handles the event of a class.
Constructors
ResourceRemovedEventHandler(object, IntPtr)
public ResourceRemovedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Resource, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Resource resource, AsyncCallback callback, object @object)
Parameters
resource
Resourcecallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Resource)
public virtual void Invoke(Resource resource)
Parameters
resource
Resource