This document is archived and information here might be outdated. Recommended version. |
Called when the network analysis result is updated.
[Visual Basic .NET] Public Event OnNAResultUpdated As OnNAResultUpdatedEventHandler
[C#] public event OnNAResultUpdatedEventHandler OnNAResultUpdated
[C++]
HRESULT OnNAResultUpdated(
INAContext* NAContext
);
[C++] Parameters NAContext [in]
NAContext is a parameter of type INAContext*
OnNAResultUpdated is raised in response to ResultChanged being called on INAContextEdit. It signifies that something in the NATraversalResult has been modified. For example, the solver performed network analysis and updated the results.