BreakpointUpdatedEventArgs Class
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.
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. |