Represents the method that will handle the Renamed event of a FileSystemWatcher class.
| C# | Visual Basic |
public delegate void RenamedEventHandler( Object sender, RenamedEventArgs e )
Public Delegate Sub RenamedEventHandler ( _ sender As Object, _ e As RenamedEventArgs _ )
- sender (Object)
- The source of the event.
- e (RenamedEventArgs)
- The RenamedEventArgs that contains the event data.