Click or drag to resize
SoImageVizEngineOnEnd Event

Event raised when processing ends and the result is available.

Namespace: OIV.ImageViz.Engines
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public event EventHandler<SoImageVizEngineEventArg> OnEnd

Value

Type: SystemEventHandlerSoImageVizEngineEventArg
Remarks

Important note: Do not use OIV.ImageViz.Engines.SoImageVizEngine.WaitEvaluate() method in this event because this can cause a dead-lock during evaluation.

See Also