This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalystUI > ESRI.ArcGIS.NetworkAnalystUI > Interfaces > IN > INAWindowEvents Interface > INAWindowEvents.OnActiveAnalysisChanged Event (ArcObjects .NET 10.5 SDK) |
Called when the active analysis changes.
[Visual Basic .NET] Public Event OnActiveAnalysisChanged As OnActiveAnalysisChangedEventHandler
[C#] public event OnActiveAnalysisChangedEventHandler OnActiveAnalysisChanged
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.