DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section