Provides access to events triggered by the network analysis context.
| Description | ||
|---|---|---|
![]() |
OnNAContextUpdated | Called when the network analysis context is updated. |
![]() |
OnNAResultUpdated | Called when the network analysis result is updated. |
| CoClasses and Classes | Description |
|---|---|
| NAContext | The analysis and problem definition container. |
| NAContextEventsListener (esriSystemUtility) | Helper coclass to provide INAContextEvents support to the C++ API. |
The INAContextEvents interface is an outgoing interface that notifies clients when the NAContext or the NATraversalResult is modified.
OnNAContextUpdated is raised in response to ContextChanged being called on INAContextEdit. OnNAResultUpdated is raised in response to ResultChanged being called on INAContextEdit.