Called when the network analysis context is updated.
[Visual Basic 6.0] Event OnNAContextUpdated(
ByVal NAContext As INAContext _
)
[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.