ActiveReports 8
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

Support Forum