IDebugApplicationNodeEvents Interface

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.

See also

IDebugApplicationNode Interface