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


IAnnotationErrorEvents.ErrorAddingElements Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationErrorEvents Interface > IAnnotationErrorEvents.ErrorAddingElements Event
ArcGIS Developer Help

IAnnotationErrorEvents.ErrorAddingElements Event

Fired when not all elements could be added to the graphics layer.

[Visual Basic .NET]
Public Event ErrorAddingElements As ErrorAddingElementsEventHandler
[C#]
public event ErrorAddingElementsEventHandler ErrorAddingElements
[C++]
HRESULT ErrorAddingElements(
void
);

Product Availability

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

See Also

IAnnotationErrorEvents Interface