Class FileBeginEventArgs
Event arguments for when a file processing begins.
public class FileBeginEventArgs : EventArgs
- Inheritance
-
FileBeginEventArgs
- Inherited Members
- Extension Methods
Constructors
FileBeginEventArgs()
Initializes a new instance of the FileBeginEventArgs class.
public FileBeginEventArgs()
FileBeginEventArgs(string)
Initializes a new instance of the FileBeginEventArgs class with a specified file path.
public FileBeginEventArgs(string file)
Parameters
file
stringThe file path being processed.
Properties
File
Gets or sets the file path being processed.
public string File { get; set; }