Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the event interface for the IDebugApplicationNode
interface.
In addition to the methods inherited from IUnknown
, the IDebugApplicationNodeEvents
interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
IDebugApplicationNodeEvents::onAddChild | Handles the event when a child node is added to a debug application node object. |
IDebugApplicationNodeEvents::onRemoveChild | Handles the event when a child node is removed from a debug application node object. |
IDebugApplicationNodeEvents::onDetach | Handles an event signifying that the debug application node object was detached from a parent node. |
IDebugApplicationNodeEvents::onAttach | Handles an event signifying that the debug application node object was attached to a parent node. |