SimulationWorkerControllerEvent Event

Event that is raised while the controller is running. It is raised whenever the state of the controller changes.

This is a shortcut for registering for the ControllerEvent. The sender of the event is the IMike1DController that triggered the event.

Note that some simulation types use more than one controller, and the same set of events will be triggered several times.

Definition

Namespace: DHI.Mike1D.SimLauncher
Assembly: DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public event EventHandler<ControllerEventArgs> ControllerEvent

Value

EventHandlerControllerEventArgs

See Also