xInfo.breakpointNotify(BreakpointNotify) Method
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.
Implements a notification system when a breakpoint is changed.
public:
virtual void breakpointNotify(Dynamics::AX::Application::BreakpointNotify _notification);
public virtual void breakpointNotify (Dynamics.AX.Application.BreakpointNotify _notification);
abstract member breakpointNotify : Dynamics.AX.Application.BreakpointNotify -> unit
override this.breakpointNotify : Dynamics.AX.Application.BreakpointNotify -> unit
Public Overridable Sub breakpointNotify (_notification As BreakpointNotify)
Parameters
- _notification
- BreakpointNotify
A BreakpointNotify system enumeration value that specifies the type of change that has occurred to the breakpoints.
Remarks
In the application, this method is used to update the Breakpoints form when a change is made to a breakpoint in the Code Editor window. The following values of the BreakpointNotify enumeration type are valid for the notification parameter:
- BreakpointForm: Notifies the client that the breakpoint list should be reloaded.
- BreakpointChange: Notifies the client and server that the status of a breakpoint has changed (enabled, disabled, or deleted).