Share via


_dispDebuggerProcessEvents.OnProcessStateChanged Method

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

Microsoft Internal Use Only.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
Sub OnProcessStateChanged ( _
    NewProcess As Process, _
    processState As dbgProcessState _
)
void OnProcessStateChanged(
    Process NewProcess,
    dbgProcessState processState
)
void OnProcessStateChanged(
    [InAttribute] Process^ NewProcess, 
    [InAttribute] dbgProcessState processState
)
abstract OnProcessStateChanged : 
        NewProcess:Process * 
        processState:dbgProcessState -> unit
function OnProcessStateChanged(
    NewProcess : Process, 
    processState : dbgProcessState
)

Parameters

.NET Framework Security

See Also

Reference

_dispDebuggerProcessEvents Interface

EnvDTE80 Namespace