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


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

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
);