IDkmStepOverPropertiesAndOperatorsEnableNotification Interface

Definition

Interface to update components when 'IsStepOverPropertiesAndOperatorsEnabled' is enabled or disabled.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId.

public interface class IDkmStepOverPropertiesAndOperatorsEnableNotification
public interface class IDkmStepOverPropertiesAndOperatorsEnableNotification
__interface IDkmStepOverPropertiesAndOperatorsEnableNotification
public interface IDkmStepOverPropertiesAndOperatorsEnableNotification
type IDkmStepOverPropertiesAndOperatorsEnableNotification = interface
Public Interface IDkmStepOverPropertiesAndOperatorsEnableNotification

Methods

OnStepOverPropertiesAndOperatorsChanged(DkmEngineSettings)

Called when 'IsStepOverPropertiesAndOperatorsEnabled' is changed.

Applies to