Table of Contents

Delegate EditorFileDialog.FileNameFilterChangedEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

Represents the method that handles the FileNameFilterChanged event of a EditorFileDialog class.

public delegate void EditorFileDialog.FileNameFilterChangedEventHandler(string filter)

Parameters

filter string
Represents the method that handles the event of a class.

Constructors

FileNameFilterChangedEventHandler(object, nint)

public FileNameFilterChangedEventHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(string, AsyncCallback, object)

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

Parameters

filter 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 filter)

Parameters

filter string