BreakpointUpdatedEventArgs Class

Definition

Arguments for the BreakpointUpdated event.

public ref class BreakpointUpdatedEventArgs : EventArgs
public class BreakpointUpdatedEventArgs : EventArgs
type BreakpointUpdatedEventArgs = class
    inherit EventArgs
Public Class BreakpointUpdatedEventArgs
Inherits EventArgs
Inheritance
BreakpointUpdatedEventArgs

Properties

Breakpoint

Gets the breakpoint that was updated.

BreakpointCount

Gets the current breakpoint count.

UpdateType

Gets the type of update.

Applies to