RenamedEventArgs

RenamedEventArgs

System.IO (system.dll) class

This type represents the arguments passed by a FileSystemWatcher.Renamed event.

 public class  RenamedEventArgs  : FileSystemEventArgs {  // Public Constructors  public  RenamedEventArgs  (WatcherChangeTypes   changeType   , string   directory   , string   name   ,          string   oldName   );  // Public Instance Properties  public string  OldFullPath  {get; }    public string  OldName  {get; } } 

Hierarchy

System.Object System.EventArgs FileSystemEventArgs RenamedEventArgs

Passed To

FileSystemWatcher.OnRenamed( ) , RenamedEventHandler.{BeginInvoke( ) , Invoke( )}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net