Returns true when the caller wants filename
Declaration Syntax
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 )
Parameters
- filename (String)