Click or drag to resize
SoProgressIndicator.OnEndStep Event

Event raised when a steps ends.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public event SbEventHandler<SoProgressIndicator. StepEventArg> OnEndStep

Value

Type: OIV.Inventor.SbEventHandler<SoProgressIndicator.StepEventArg>
Remarks

A step is inside a SubTask(Begin/End).

See Also