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


INALayerEvents.OnInUseByBackgroundChanged Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALayerEvents Interface > INALayerEvents.OnInUseByBackgroundChanged Event
ArcGIS Developer Help

INALayerEvents.OnInUseByBackgroundChanged Event

Called after the in use by background status of the analysis layer is modified.

[Visual Basic .NET]
Public Event OnInUseByBackgroundChanged As OnInUseByBackgroundChangedEventHandler
[C#]
public event OnInUseByBackgroundChangedEventHandler OnInUseByBackgroundChanged
[C++]
HRESULT OnInUseByBackgroundChanged(
  INALayer* NALayer
);
[C++]
Parameters
NALayer [in]

NALayer is a parameter of type INALayer*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

INALayerEvents Interface