C# Class MetaGeta.DataStore.FileMovedEventArgs

Inheritance: System.EventArgs
显示文件 Open project: anyoun/metageta

Public Methods

Method Description
FileMovedEventArgs ( Uri oldFilePath, Uri newFilePath ) : System

Method Details

FileMovedEventArgs() public method

public FileMovedEventArgs ( Uri oldFilePath, Uri newFilePath ) : System
oldFilePath System.Uri
newFilePath System.Uri
return System