Click or drag to resize

CoSimulatorBaseStatusChanged Event

Occurs when the simulator status changes.

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

Value

Type: SystemActionICoSimulator, CoSimulatorStatus

Implements

ICoSimulatorStatusChanged
See Also