ArcGIS Developer Help  (ESRI.ArcGIS.NetworkAnalyst)  

OnInUseByBackgroundChangedEventHandler Delegate

Represents the method that handles the OnInUseByBackgroundChanged event.
[Visual Basic .NET]
Public Delegate Sub OnInUseByBackgroundChangedEventHandler ( _
    ByVal NALayer As INALayer _
)
[C#]
public delegate void OnInUseByBackgroundChangedEventHandler (
    INALayer NALayer
);