This document is archived and information here might be outdated. Recommended version. |
Called after the network analysis context is detached from the analysis layer.
[Visual Basic .NET] Public Event OnNAContextDetached As OnNAContextDetachedEventHandler
[C#] public event OnNAContextDetachedEventHandler OnNAContextDetached
[C++]
HRESULT OnNAContextDetached(
INALayer* NALayer,
INAContext* previousNAContext
);
[C++] Parameters NALayer [in]
NALayer is a parameter of type INALayer* previousNAContext [in]
previousNAContext is a parameter of type INAContext*