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


IGraphicsContainerEvents.ElementAdded Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGraphicsContainerEvents.ElementAdded Event

Occurs when the element is added.

[Visual Basic .NET]
Public Event ElementAdded As ElementAddedEventHandler
[C#]
public event ElementAddedEventHandler ElementAdded
[C++]
HRESULT ElementAdded(
  IElement* Element
);
[C++]

Parameters Element
Element is a parameter of type IElement

Product Availability

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

See Also

IGraphicsContainerEvents Interface