Class ShellObjectRenamedEventArgs
- Namespace
- Microsoft.WindowsAPICodePack.Shell
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
The data that describes a ShellObject renamed event
public class ShellObjectRenamedEventArgs : ShellObjectChangedEventArgs
- Inheritance
-
ShellObjectRenamedEventArgs
- Inherited Members
Properties
NewPath
The new path of the shell object
public string NewPath { get; }