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