ActiveReports 12
OnDebugModeChanged Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > IVsPackageIntegration Interface : OnDebugModeChanged Method
A value from the DebugMode enumeration, indicating the new debugger mode.
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

Reference

IVsPackageIntegration Interface
IVsPackageIntegration Members