ArcObjects Library Reference (NetworkAnalystUI)  

INAWindowEvents.OnActiveAnalysisChanged Event

Called when the active analysis changes.

[Visual Basic 6.0]
Event OnActiveAnalysisChanged
[Visual Basic .NET]
Public Event OnActiveAnalysisChanged As OnActiveAnalysisChangedEventHandler
[C#]
public event OnActiveAnalysisChangedEventHandler OnActiveAnalysisChanged

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

The OnActiveAnalysisChanged event is fired when an NALayer is chosen from the dropdown at the top of the NAWindow or ActiveAnalysis is programatically set on INAWindow.

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

See Also

INAWindowEvents Interface