Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.42 KB

File metadata and controls

23 lines (14 loc) · 1.42 KB

VFSDirectoryMovedArgs(VFSDirectoryPath, VFSDirectoryPath) Constructor

Initializes a new instance of the VFSDirectoryMovedArgs class.

public VFSDirectoryMovedArgs(Atypical.VirtualFileSystem.Core.VFSDirectoryPath sourcePath, Atypical.VirtualFileSystem.Core.VFSDirectoryPath destinationPath);

Parameters

sourcePath VFSDirectoryPath

The source path of the moved directory.

destinationPath VFSDirectoryPath

The destination path of the moved directory.