Class BreakpointChangedEventArgs
Provides data for the Breakpoints.BreakpointStateChanged
and Breakpoints.BreakpointDeleted
event.
public class BreakpointChangedEventArgs : EventArgs
- Inheritance
-
BreakpointChangedEventArgs
Properties
- Breakpoint
Gets or sets a
Breakpoint
which state was changed.
- Breakpoints
Gets or sets a list of
Breakpoint
which state was changed.