DebuggerProcessEventsClass::OnProcessStateChanged Event

 

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.

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

public:
event _dispDebuggerProcessEvents_OnProcessStateChangedEventHandler^ OnProcessStateChanged {
	virtual void add(_dispDebuggerProcessEvents_OnProcessStateChangedEventHandler^ value);
	virtual void remove(_dispDebuggerProcessEvents_OnProcessStateChangedEventHandler^ value);
}
Return to top
Show: