LocationChangedEventArgs Class

Definition

Event argument for the LocationChangedAction containing information about the old ___location we were in and the new ___location we changed to.

public class LocationChangedEventArgs : EventArgs
type LocationChangedEventArgs = class
    inherit EventArgs
Public 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.

Applies to