This document is archived and information here might be outdated.  Recommended version.


IGraphicsContainerEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsContainerEvents Interface
ArcGIS Developer Help

IGraphicsContainerEvents Interface

Provides access to events that occur when the graphics container changes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method AllElementsDeleted Occurs when all the elements are deleted.
Method ElementAdded Occurs when the element is added.
Method ElementDeleted Occurs when the element is deleted.
Method ElementsAdded Occurs when the elements are added.
Method ElementUpdated Occurs when the element is updated.

Classes that implement IGraphicsContainerEvents

Classes Description
CompositeGraphicsLayer A collection of graphics layers that behave like single layer.
EngineInkEnvironment (esriControls) A singleton object representing Engine ink environment.
GraphicsContainerEvents Helper coclass for working with the nondefault outbound IGraphicsContainerEvents interface in VB.
GraphicsContainerEventsListener (esriSystemUtility) Helper coclass to provide IGraphicsContainerEvents support to the C++ API.