Click or drag to resize

InstanceOnStepFinished Event

Raised when the instance calls the step finished callback function.

Namespace: Emulate3D.FMI.V2
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
public event EventHandler<InstanceStepFinishedArgs> OnStepFinished

Value

EventHandlerInstanceStepFinishedArgs
See Also