C # in a Nutshell, Second Edition

FileSystemEventHandler serializable

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

Категории