C# Class CmisSync.Lib.MovedEventArgs

Provides data for a file moved event.
Inheritance: System.IO.FileSystemEventArgs
ファイルを表示 Open project: keithwharrison/Oris4Sync Class Usage Examples

Public Methods

Method Description
MovedEventArgs ( WatcherChangeTypes changeType, string oldDirectory, string directory, string name ) : System

Constructor.

Method Details

MovedEventArgs() public method

Constructor.
public MovedEventArgs ( WatcherChangeTypes changeType, string oldDirectory, string directory, string name ) : System
changeType WatcherChangeTypes
oldDirectory string
directory string
name string
return System