public abstract class QuickIOTransferJobEventArgs : EventArgs
Abstract base class for job event arguments
QuickIOTransferJobEventArgs(IQuickIOTransferJob job)
Creates a new instance of QuickIOTransferJobEventArgs
protected void QuickIOTransferJobEventArgs(IQuickIOTransferJob job)
Parameters
job
IQuickIOTransferJobAffected job
Job
Target file path
public IQuickIOTransferJob Job { get; set; }