This document is archived and information here might be outdated. Recommended version. |
Called when the active context has been updated.
[Visual Basic .NET] Public Event OnActiveNAContextUpdated As OnActiveNAContextUpdatedEventHandler
[C#] public event OnActiveNAContextUpdatedEventHandler OnActiveNAContextUpdated
[C++]
HRESULT OnActiveNAContextUpdated(
void
);
The OnActiveNAContextUpdated event is fired when the NAContext is modified. This includes edits to a NALocationObject in INAContext::NAClasses.
This event is not fired if IEngineNAWindow::DelayEvents has been set to true.