Click or drag to resize

ICoSimulatorStatusChanged Event

Occurs when the simulator status changes. A simulator that raises this event should return RaisesStatusChanged from Flags.

Namespace:  Demo3D.Time.CoSimulation
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 18.04.00
Syntax
C#
event Action<ICoSimulator, CoSimulatorStatus> StatusChanged

Value

Type: SystemActionICoSimulator, CoSimulatorStatus
See Also