Returns true when the caller wants filename

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public delegate bool FileChooser( string filename )
public delegate bool FileChooser( string filename )
Public Delegate Function FileChooser ( filename As String ) As Boolean
Public Delegate Function FileChooser ( filename As String ) As Boolean
public delegate bool FileChooser( String^ filename )
public delegate bool FileChooser( String^ filename )
type FileChooser = delegate of filename : string -> bool
type FileChooser = delegate of filename : string -> bool

- filename (String)

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120