DekGenius.com
[ Team LiB ] Previous Section Next Section

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( )

    [ Team LiB ] Previous Section Next Section