ArcObjects Library Reference (NetworkAnalystUI)  

INetworkAnalystExtensionEvents.OnCurrentNetworkLayerChanged Event

Called when the current network layer has changed.

[Visual Basic .NET]
Public Event OnCurrentNetworkLayerChanged As OnCurrentNetworkLayerChangedEventHandler
[C#]
public event OnCurrentNetworkLayerChangedEventHandler OnCurrentNetworkLayerChanged

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

The OnCurrentNetworkLayerChanged event is fired when the user changes the Network Dataset dropdown on the Network Analyst Toolbar or the CurrentNetworkLayer method on the NetworkAnalystExtension's INetworkAnalystExtension interface is set programatically.

See Also

INetworkAnalystExtensionEvents Interface