PathChangeCancelEventArgsNewLocation Property |
Contains the new path.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public ItemIdList NewLocation { get; }
Public ReadOnly Property NewLocation As ItemIdList
Get
public:
property ItemIdList^ NewLocation {
ItemIdList^ get ();
}
member NewLocation : ItemIdList with get
Property Value
Type:
ItemIdListThe new location.
See Also