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


IGraphicsContainerEvents.ElementsAdded Event (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 > IGraphicsContainerEvents.ElementsAdded Event
ArcGIS Developer Help

IGraphicsContainerEvents.ElementsAdded Event

Occurs when the elements are added.

[Visual Basic .NET]
Public Event ElementsAdded As ElementsAddedEventHandler
[C#]
public event ElementsAddedEventHandler ElementsAdded
[C++]
HRESULT ElementsAdded(
  IElementCollection* Elements
);
[C++]
Parameters
Elements 

Elements is a parameter of type IElementCollection*

Product Availability

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

See Also

IGraphicsContainerEvents Interface