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
Methods
BeginInvoke(string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string filter, AsyncCallback callback, object @object)
Parameters
filter
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string)
public virtual void Invoke(string filter)
Parameters
filter
string