ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / IVsPackageIntegration Interface / OnDebugModeChanged Method
A value from the DebugMode enumeration, indicating the new debugger mode.

In This Topic
    OnDebugModeChanged Method
    In This Topic
    Specifies the function that is called if the debugging mode changes.
    Syntax
    'Declaration
     
    Sub OnDebugModeChanged( _
       ByVal dbgmodeNew As DebugMode _
    ) 
    void OnDebugModeChanged( 
       DebugMode dbgmodeNew
    )

    Parameters

    dbgmodeNew
    A value from the DebugMode enumeration, indicating the new debugger mode.
    See Also