Initializes a new instance of the VFSFileCreatedArgs class.
public VFSFileCreatedArgs(Atypical.VirtualFileSystem.Core.VFSFilePath path, string content);path VFSFilePath
The path of the created file.
content System.String
The content of the created file.