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


IEngineNAWindowEvents.OnActiveNAContextUpdated Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindowEvents Interface > IEngineNAWindowEvents.OnActiveNAContextUpdated Event
ArcGIS Developer Help

IEngineNAWindowEvents.OnActiveNAContextUpdated Event

Called when the active context has been updated.

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

Product Availability

Available with ArcGIS Engine.

Description

The OnActiveNAContextUpdated event is fired when the NAContext is modified. This includes edits to a NALocationObject in INAContext::NAClasses.

This event is not fired if IEngineNAWindow::DelayEvents has been set to true.

See Also

IEngineNAWindowEvents Interface