Initializes a new instance of the RenamedEventArgs class.
| C# | Visual Basic |
public RenamedEventArgs( WatcherChangeTypes changeType, string directory, string name, string oldName )
Public Sub New ( _ changeType As WatcherChangeTypes, _ directory As String, _ name As String, _ oldName As String _ )
- changeType (WatcherChangeTypes)
- One of the WatcherChangeTypes values.
- directory (String)
- The name of the affected file or directory.
- name (String)
- The name of the affected file or directory.
- oldName (String)
- The old name of the affected file or directory.