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


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

OnNAContextDetachedEventHandler Delegate

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