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