ArcObjects Library Reference (Controls)  

IEngineNAWindowEvents.OnActiveNAContextUpdated Event

Called when the active context has been updated.

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