Table of Contents

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

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string path, AsyncCallback callback, object @object)

Parameters

path string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string)

public virtual void Invoke(string path)

Parameters

path string