DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section