Name

WaitForChangedResult

Synopsis

This structure contains the changes on a file. This is used to construct FileSystemEventArgs and RenamedEventArgs.

public struct WaitForChangedResult {
// Public Instance Properties
   public field WatcherChangeTypes ChangeType{set; get; } 
   public field string Name{set; get; } 
   public field string OldName{set; get; } 
   public field bool TimedOut{set; get; } 
}

Hierarchy

System.ObjectSystem.ValueTypeWaitForChangedResult

Returned By

FileSystemWatcher.WaitForChanged()

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.