Debugger.BreakpointUpdated 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 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)