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