public delegate bool OpenFileMenuDelegate(
string filePath
)Public Delegate Function OpenFileMenuDelegate (
filePath As String
) As Booleanpublic delegate bool OpenFileMenuDelegate(
String^ filePath
)type OpenFileMenuDelegate =
delegate of
filePath : string -> bool