This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindowEvents Interface > IEngineNAWindowEvents.OnActiveNAResultUpdated Event (ArcObjects .NET 10.4 SDK) |
Called when the active result has been updated.
[Visual Basic .NET] Public Event OnActiveNAResultUpdated As OnActiveNAResultUpdatedEventHandler
[C#] public event OnActiveNAResultUpdatedEventHandler OnActiveNAResultUpdated
[C++]
HRESULT OnActiveNAResultUpdated(
void
);
The OnActiveNAResultUpdated event is fired when a solve is performed and the analysis results have changed.
This event is not fired if IEngineNAWindow::DelayEvents has been set to true.