C# Class MetaGeta.DataStore.FileMovedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: anyoun/metageta

Méthodes publiques

Méthode Description
FileMovedEventArgs ( Uri oldFilePath, Uri newFilePath ) : System

Method Details

FileMovedEventArgs() public méthode

public FileMovedEventArgs ( Uri oldFilePath, Uri newFilePath ) : System
oldFilePath System.Uri
newFilePath System.Uri
Résultat System