Returns true when the caller wants filename

C# | Visual Basic | Visual C++ |
public delegate bool FileChooser( string filename )
Public Delegate Function FileChooser ( _ filename As String _ ) As Boolean
public delegate bool FileChooser( String^ filename )

- filename (String)