This document is archived and information here might be outdated. Recommended version. |
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.