This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEvents Interface > INAContextEvents.OnNAContextUpdated Event (ArcObjects .NET 10.5 SDK) |
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
OnNAContextUpdated is raised in response to ContextChanged being called on INAContextEdit. For example, this occurs when new NALocationFeatures are added to an NAClass.