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


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

IGraphicsContainerEvents.ElementUpdated Event

Occurs when the element is updated.

[Visual Basic .NET]
Public Event ElementUpdated As ElementUpdatedEventHandler
[C#]
public event ElementUpdatedEventHandler ElementUpdated
[C++]
HRESULT ElementUpdated(
  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