Provides data for the Renamed event.
| C# | Visual Basic |
public sealed class RenamedEventArgs : FileSystemEventArgs
Public NotInheritable Class RenamedEventArgs _ Inherits FileSystemEventArgs
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| RenamedEventArgs(WatcherChangeTypes, String, String, String) |
Initializes a new instance of the RenamedEventArgs class.
| |
| ChangeType |
Gets the type of directory event that occurred.
(Inherited from FileSystemEventArgs.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FullPath |
Gets the fully qualifed path of the affected file or directory.
(Inherited from FileSystemEventArgs.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Gets the name of the affected file or directory.
(Inherited from FileSystemEventArgs.) | |
| OldFullPath |
Gets the previous fully qualified path of the affected file or directory.
| |
| OldName |
Gets the old name of the affected file or directory.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | ||
| FileSystemEventArgs | ||
| RenamedEventArgs | ||