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


IGraphicsContainerEvents.ElementsAdded Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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