_dispDebuggerEvents_OnContextChangedEventHandler Delegate

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   EnvDTE
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.

Return to top
Show: