This document is archived and information here might be outdated. Recommended version. |
Called when a result is updated.
[Visual Basic .NET]
Public Sub OnResultUpdated ( _
)
[C#]
public void OnResultUpdated (
);
[C++]
HRESULT OnResultUpdated(
void
);
OnResultUpdated is called when the NAContext::Result object has been updated. For example, this would be called after INASolver::Solve.