ChangeNotificationEventArgsPath2 Property |
The variable path2 contains the destination path for the events: FolderRename, FileRename. For all other events, path2 should be ignored.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public string Path2 { get; }
Public ReadOnly Property Path2 As String
Get
public:
property String^ Path2 {
String^ get ();
}
member Path2 : string with get
Property Value
Type:
StringSee Also