_RenamedEventArgs Type

Provides data for the OnRenamed event.

Namespace: CNClrLib.Control.EventArgs
type
 _RenamedEventArgs = CNClrLib.IO._RenamedEventArgs;

For more information, see RenamedEventArgs in C#.

Properties
Description

ChangedType

Gets the type of directory event that occurred.

FullPath

Gets the fully qualifed path of the affected file or directory.

Name

Gets the name of the affected file or directory.

OldFullPath

Gets the previous fully qualified path of the affected file or directory.

OldName

Gets the old name of the affected file or directory.