IDebugProgramNameChangedEvent2

Sent from the debug engine (DE) to the session debug manager (SDM) when the name of a program changes.

IDebugProgramNameChangedEvent2 : IUnknown

Notes for Implementers

The DE implements this interface to report that the name of the program has changed. The IDebugEvent2 interface must be implemented on the same object as this interface. The SDM uses QueryInterface to access the IDebugEvent2 interface.

Notes for Callers

The DE creates and sends this event object to report a program name change. The DE sends this event by using the IDebugEventCallback2 callback function that is supplied by the SDM when it attached to the program being debugged. The custom port supplier sends this event using the IIDebugPortEvents2 interface.

Requirements

Header: Msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll