| ArcObjects Library Reference (Carto) |
|
IGraphicsContainerEvents.ElementUpdated Event
Occurs when the element is updated.
[Visual Basic 6.0]
Event ElementUpdated(
ByVal Element As IElement _
)
[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
Send feedback on this page