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


INAContextEvents.OnNAContextUpdated Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEvents Interface > INAContextEvents.OnNAContextUpdated Event
ArcGIS Developer Help

INAContextEvents.OnNAContextUpdated Event

Called when the network analysis context is updated.

[Visual Basic .NET]
Public Event OnNAContextUpdated As OnNAContextUpdatedEventHandler
[C#]
public event OnNAContextUpdatedEventHandler OnNAContextUpdated
[C++]
HRESULT OnNAContextUpdated(
  INAContext* NAContext
);
[C++]
Parameters
NAContext [in]

NAContext is a parameter of type INAContext*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

OnNAContextUpdated is raised in response to ContextChanged being called on INAContextEdit.  For example, this occurs when new NALocationFeatures are added to an NAClass.

See Also

INAContextEvents Interface