Pipeline.StateChanged Event
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 raised when Pipeline's state changes.
public:
abstract event EventHandler<System::Management::Automation::Runspaces::PipelineStateEventArgs ^> ^ StateChanged;
public abstract event EventHandler<System.Management.Automation.Runspaces.PipelineStateEventArgs> StateChanged;
member this.StateChanged : EventHandler<System.Management.Automation.Runspaces.PipelineStateEventArgs>
Public MustOverride Custom Event StateChanged As EventHandler(Of PipelineStateEventArgs)
Public MustOverride Event StateChanged As EventHandler(Of PipelineStateEventArgs)