public abstract class QuickIOTransferJobWriteWithSourceEventArgs : QuickIOTransferJobWriteEventArgs
Abstract class for other event argument implementaions
QuickIOTransferJobWriteWithSourceEventArgs(IQuickIOTransferJob job, String sourcePath, String targetPath)
Creates a new instance of QuickIOTransferJobWriteWithSourceEventArgs
protected void QuickIOTransferJobWriteWithSourceEventArgs(IQuickIOTransferJob job, String sourcePath, String targetPath)
Parameters
job
IQuickIOTransferJobAffected job
sourcePath
StringSource path
targetPath
Stringtarget path
SourcePath
Source file path
public String SourcePath { get; set; }