C# Class CmisSync.Lib.MovedEventArgs

Provides data for a file moved event.
Inheritance: System.IO.FileSystemEventArgs
Afficher le fichier Open project: keithwharrison/Oris4Sync Class Usage Examples

Méthodes publiques

Méthode Description
MovedEventArgs ( WatcherChangeTypes changeType, string oldDirectory, string directory, string name ) : System

Constructor.

Method Details

MovedEventArgs() public méthode

Constructor.
public MovedEventArgs ( WatcherChangeTypes changeType, string oldDirectory, string directory, string name ) : System
changeType WatcherChangeTypes
oldDirectory string
directory string
name string
Résultat System