Note
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier les répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de changer de répertoire.
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. |