RenamedEventHandler

RenamedEventHandlerserializable

System.IO (system.dll)delegate

This delegate is for the FileSystemWatcher.Renamed event.

public delegate void RenamedEventHandler(object sender, RenamedEventArgs e);

Associated Events

FileSystemWatcher.Renamed( )



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