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: 2023.1.3.0 (2023.1.3)
Syntax
public event EventHandler<SoProgressIndicator. StepEventArg> OnEndStep

Value

Type: System.EventHandler<SoProgressIndicator.StepEventArg>
Remarks

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

See Also