ErrorEventHandler

ErrorEventHandlerserializable

System.IO (system.dll)delegate

This is a delegate for the FileSystemWatcher.Error event.

public delegate void ErrorEventHandler(object sender,
        ErrorEventArgs e);

Associated Events

FileSystemWatcher.Error( )



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