Debugger.BreakpointUpdated Event

Definition

Event raised when a breakpoint is updated.

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

Event Type

Applies to