Share via


xInfo.breakpointNotify(BreakpointNotify) Method

Definition

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).

Applies to