This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEvents2 Interface > INAContextEvents2.OnBindToNetworkDataset Event (ArcObjects .NET 10.5 SDK) |
Called when the network analysis context is bound to a network dataset.
[Visual Basic .NET] Public Event OnBindToNetworkDataset As OnBindToNetworkDatasetEventHandler
[C#] public event OnBindToNetworkDatasetEventHandler OnBindToNetworkDataset
[C++]
HRESULT OnBindToNetworkDataset(
INAContext* NAContext,
INetworkDataset* previousNetworkDataset
);
[C++]
Parameters NAContext [in]
NAContext is a parameter of type INAContext previousNetworkDataset [in]
previousNetworkDataset is a parameter of type INetworkDataset
OnBindToNetworkDataset is raised in response to Bind being called on INAContextEdit.