public class QuickIOTransferDirectoryCreatingEventArgs : QuickIOTransferJobEventArgs
Contains information of an upcoming directory creation operation
QuickIOTransferDirectoryCreatingEventArgs(IQuickIOTransferJob job, String targetPath)
Creates a new instance of QuickIOTransferDirectoryCreatingEventArgs
public void QuickIOTransferDirectoryCreatingEventArgs(IQuickIOTransferJob job, String targetPath)
Parameters
job
IQuickIOTransferJobAffected job
targetPath
StringDirectory fullname to create
TargetPath
Target file path
public String TargetPath { get; set; }