DebuggerProcessEventsClass::OnProcessStateChanged Event
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Raised when a process switches from run to stop or stop to run.
Assembly: EnvDTE80 (in EnvDTE80.dll)
public: event _dispDebuggerProcessEvents_OnProcessStateChangedEventHandler^ OnProcessStateChanged { virtual void add(_dispDebuggerProcessEvents_OnProcessStateChangedEventHandler^ value); virtual void remove(_dispDebuggerProcessEvents_OnProcessStateChangedEventHandler^ value); }
Show: