LocationChangedEventArgs Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event argument for the LocationChangedAction containing information about the old location we were in and the new location we changed to.
public class LocationChangedEventArgs : EventArgstype LocationChangedEventArgs = class
    inherit EventArgsPublic Class LocationChangedEventArgs
Inherits EventArgs- Inheritance
- 
				LocationChangedEventArgs
Properties
| NewPath | Gets the path we changed location to. | 
| OldPath | Gets the path we changed location from. | 
| SessionState | Gets the session state instance for the current runspace. |