ArcObjects Library Reference (NetworkAnalyst)  

INAContextEvents.OnNAContextUpdated Event

Called when the network analysis context is updated.

[Visual Basic .NET]
Public Event OnNAContextUpdated As OnNAContextUpdatedEventHandler
[C#]
public event OnNAContextUpdatedEventHandler OnNAContextUpdated
[C++]
HRESULT OnNAContextUpdated(
  INAContext* NAContext
);
[C++]

Parameters

NAContext [in]

  NAContext is a parameter of type INAContext

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

OnNAContextUpdated is raised in response to ContextChanged being called on INAContextEdit.  For example, this occurs when new NALocationFeatures are added to an NAClass.

See Also

INAContextEvents Interface