Occurs when the elements are added.
[Visual Basic 6.0] Event ElementsAdded(
ByVal Elements As IElementCollection _
)
[Visual Basic .NET] Public Event ElementsAdded As ElementsAddedEventHandler
[C#] public event ElementsAddedEventHandler ElementsAdded
[C++]
HRESULT ElementsAdded(
IElementCollection* Elements
);
[C++]Parameters
ElementsElements is a parameter of type IElementCollection
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.