ActiveReports 19 .NET Edition
MESCIUS.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 _
) 
 

Parameters

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