_dispDebuggerEvents_OnContextChangedEventHandler Delegate
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: EnvDTE (in EnvDTE.dll)
[ComVisibleAttribute(false)] public delegate void _dispDebuggerEvents_OnContextChangedEventHandler( Process^ NewProcess, Program^ NewProgram, Thread^ NewThread, StackFrame^ NewStackFrame )
Parameters
- NewProcess
-
Type:
EnvDTE::Process^
The process.
- NewProgram
-
Type:
EnvDTE::Program^
The new program.
- NewThread
-
Type:
EnvDTE::Thread^
The new thread.
- NewStackFrame
-
Type:
EnvDTE::StackFrame^
The new stack frame.
Show: