Debugger.StartRunspaceDebugProcessing Event

Definition

Event raised when a runspace debugger needs breakpoint processing.

public:
 event EventHandler<System::Management::Automation::StartRunspaceDebugProcessingEventArgs ^> ^ StartRunspaceDebugProcessing;
public event EventHandler<System.Management.Automation.StartRunspaceDebugProcessingEventArgs> StartRunspaceDebugProcessing;
member this.StartRunspaceDebugProcessing : EventHandler<System.Management.Automation.StartRunspaceDebugProcessingEventArgs> 
Public Custom Event StartRunspaceDebugProcessing As EventHandler(Of StartRunspaceDebugProcessingEventArgs) 
Public Event StartRunspaceDebugProcessing As EventHandler(Of StartRunspaceDebugProcessingEventArgs) 

Event Type

Applies to