public class QuickIOTransferDirectoryCreatedEventArgs : QuickIOTransferJobEventArgs
Contains information after a directory create operation was performed
QuickIOTransferDirectoryCreatedEventArgs(IQuickIOTransferJob job, String targetPath)
Creates a new instance of QuickIOTransferDirectoryCreatedEventArgs
public void QuickIOTransferDirectoryCreatedEventArgs(IQuickIOTransferJob job, String targetPath)
Parameters
job
IQuickIOTransferJobAffected job
targetPath
StringDirectory fullname that was created
TargetPath
Target path
public String TargetPath { get; set; }