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


IEngineNAWindowEvents.OnActiveNAContextUpdated Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

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