This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNAWindowEvents Interface > IEngineNAWindowEvents.OnActiveCategoryChanged Event (ArcObjects .NET 10.4 SDK) |
Called when the active category changes.
[Visual Basic .NET] Public Event OnActiveCategoryChanged As OnActiveCategoryChangedEventHandler
[C#] public event OnActiveCategoryChangedEventHandler OnActiveCategoryChanged
[C++]
HRESULT OnActiveCategoryChanged(
void
);
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.