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


IEngineNAWindowEvents.OnActiveCategoryChanged Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindowEvents Interface > IEngineNAWindowEvents.OnActiveCategoryChanged Event
ArcGIS Developer Help

IEngineNAWindowEvents.OnActiveCategoryChanged Event

Called when the active category changes.

[Visual Basic .NET]
Public Event OnActiveCategoryChanged As OnActiveCategoryChangedEventHandler
[C#]
public event OnActiveCategoryChangedEventHandler OnActiveCategoryChanged
[C++]
HRESULT OnActiveCategoryChanged(
void
);

Product Availability

Available with ArcGIS Engine.

Description

The OnActiveCategoryChanged event is fired when a different category (e.g. Stops, Barriers, Routes, etc) is chosen within the IEngineNetworkAnalystEnvironment::NAWindow interactively by the end user. 

The event is not fired when the IEngineNAWindow::ActiveCategory property is set programatically or if IEngineNAWindow::DelayEvents has been set to true.

See Also

IEngineNAWindowEvents Interface