ArcObjects Library Reference (Carto)  

IAnnotationErrorEvents.ErrorAddingElements Event

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

[Visual Basic 6.0]
Event ErrorAddingElements
[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