FileSystemEventHandler

FileSystemEventHandlerserializable

System.IO (system.dll)delegate

This delegate is for the FileSystemWatcher.Changed, FileSystemWatcher.Created, and FileSystemWatcher.Deleted events.

public delegate void FileSystemEventHandler(object sender, FileSystemEventArgs e);

Associated Events

FileSystemWatcher.{Changed( ), Created( ), Deleted( )}



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System