FileSystemEventArgs

FileSystemEventArgs

System.IO (system.dll) class

This class offers the arguments for a FileSystemEventHandler .

 public class  FileSystemEventArgs  : EventArgs {  // Public Constructors  public  FileSystemEventArgs  (WatcherChangeTypes   changeType   , string   directory   , string   name   );  // Public Instance Properties  public WatcherChangeTypes  ChangeType  {get; }    public string  FullPath  {get; }    public string  Name  {get; } } 

Hierarchy

System.Object System.EventArgs FileSystemEventArgs

Subclasses

RenamedEventArgs

Passed To

FileSystemEventHandler.{BeginInvoke( ) , Invoke( )} , FileSystemWatcher.{OnChanged( ) , OnCreated( ) , OnDeleted( )}



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