CommandInvocationIntrinsics.LocationChangedAction Property

Definition

Gets or sets the action that is invoked every time the runspace location (cwd) is changed.

public EventHandler<System.Management.Automation.LocationChangedEventArgs> LocationChangedAction { get; set; }
member this.LocationChangedAction : EventHandler<System.Management.Automation.LocationChangedEventArgs> with get, set
Public Property LocationChangedAction As EventHandler(Of LocationChangedEventArgs)

Property Value

Applies to