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


OnBindToNetworkDatasetEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnBindToNetworkDatasetEventHandler Delegate

Represents the method that handles the OnBindToNetworkDataset event.
[Visual Basic .NET]
Public Delegate Sub OnBindToNetworkDatasetEventHandler ( _
    ByVal NAContext As INAContext, _
    ByVal previousNetworkDataset As INetworkDataset _
)
[C#]
public delegate void OnBindToNetworkDatasetEventHandler (
    INAContext NAContext,
    INetworkDataset previousNetworkDataset
);