Delegate EditorFileDialog.FileSelectedEventHandler
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
Represents the method that handles the FileSelected event of a EditorFileDialog class.
public delegate void EditorFileDialog.FileSelectedEventHandler(string path)
Parameters
path
string- Represents the method that handles the event of a class.
Constructors
FileSelectedEventHandler(object, IntPtr)
public FileSelectedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string path, AsyncCallback callback, object @object)
Parameters
path
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string)
public virtual void Invoke(string path)
Parameters
path
string