CommandInvocationIntrinsics.LocationChangedAction Property
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.
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)