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