Provides access to events that occur when the graphics container changes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AllElementsDeleted | Occurs when all the elements are deleted. | |
ElementAdded | Occurs when the element is added. | |
ElementDeleted | Occurs when the element is deleted. | |
ElementsAdded | Occurs when the elements are added. | |
ElementUpdated | Occurs when the element is updated. |
CoClasses that implement IGraphicsContainerEvents
CoClasses and 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. |