This document is archived and information here might be outdated.  Recommended version.


INAWindowEvents.OnActiveNAResultUpdated Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalystUI > ESRI.ArcGIS.NetworkAnalystUI > Interfaces > IN > INAWindowEvents Interface > INAWindowEvents.OnActiveNAResultUpdated Event
ArcGIS Developer Help

INAWindowEvents.OnActiveNAResultUpdated Event

Called when the active result has been updated.

[Visual Basic .NET]
Public Event OnActiveNAResultUpdated As OnActiveNAResultUpdatedEventHandler
[C#]
public event OnActiveNAResultUpdatedEventHandler OnActiveNAResultUpdated

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

The OnActiveNAResultUpdated event is fired when a solve is performed and the analysis results have changed.

This event is not fired if DelayEvents has been set to True on NAWindow's INAWindow interface.

See Also

INAWindowEvents Interface