ArcObjects Library Reference (NetworkAnalyst)  

INAAgent.OnContextUpdated Method

Called when the context is updated.

[Visual Basic .NET]
Public Sub OnContextUpdated ( _
)
[C#]
public void OnContextUpdated (
);
[C++]
HRESULT OnContextUpdated(
void
);

Product Availability

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

Remarks

OnContextUpdated is called when the NAContext object has been updated.  For example, this would be called after a network location has been added or removed.

See Also

INAAgent Interface