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


INAWindowEvents Interface (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
ArcGIS Developer Help

INAWindowEvents Interface

Provides access to events triggered by the network analysis window.

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Members

Name Description
Method OnActiveAnalysisChanged Called when the active analysis changes.
Method OnActiveCategoryChanged Called when the active category changes.
Method OnActiveNAContextUpdated Called when the active context has been updated.
Method OnActiveNAResultUpdated Called when the active result has been updated.

Classes that implement INAWindowEvents

Classes Description
NADirectionsWindowManager Network Analyst Directions Window Manager Class.
NAWindow The network analysis window.

Remarks

The INAWindowEvents interface is an outgoing interface on the NAWindow object that is used to notify listeners when the selected analysis layer, selected category, analysis results, or context has been updated.

These events are not fired if DelayEvents has been set to True on NAWindow's INAWindow interface.