public abstract class QuickIOTransferJobWriteEventArgs : QuickIOTransferJobEventArgs
Abstract base class for file transfer event arguments
QuickIOTransferJobWriteEventArgs(IQuickIOTransferJob job, String targetPath)
Creates a new instance of QuickIOTransferJobWriteEventArgs
protected void QuickIOTransferJobWriteEventArgs(IQuickIOTransferJob job, String targetPath)
Parameters
job
IQuickIOTransferJobAffected job
targetPath
StringTarget file path
TargetPath
Target file path
public String TargetPath { get; set; }