Delegate Window.FilesDroppedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Represents the method that handles the FilesDropped event of a Window class.
public delegate void Window.FilesDroppedEventHandler(string[] files)
Parameters
files
string[]- Represents the method that handles the event of a class.
Constructors
FilesDroppedEventHandler(object, IntPtr)
public FilesDroppedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string[], AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string[] files, AsyncCallback callback, object @object)
Parameters
files
string[]callback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string[])
public virtual void Invoke(string[] files)
Parameters
files
string[]