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


INAWindowEvents.OnActiveNAContextUpdated 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.OnActiveNAContextUpdated Event
ArcGIS Developer Help

INAWindowEvents.OnActiveNAContextUpdated Event

Called when the active context has been updated.

[Visual Basic .NET]
Public Event OnActiveNAContextUpdated As OnActiveNAContextUpdatedEventHandler
[C#]
public event OnActiveNAContextUpdatedEventHandler OnActiveNAContextUpdated

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

The OnActiveNAContextUpdated event is fired when the NAContext is modified.  This includes edits to the NALocationObjects in NAClasses.

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

See Also

INAWindowEvents Interface