Constructor FileLoadEventArgs
FileLoadEventArgs(string)
Initializes a new instance of the FileLoadEventArgs class with specified file.
public FileLoadEventArgs(string fileName)
Parameters
fileNamestringFile to load.
Initializes a new instance of the FileLoadEventArgs class with specified file.
public FileLoadEventArgs(string fileName)
fileName stringFile to load.