Click or drag to resize

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.

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

Value

Type: SystemEventHandlerControllerEventArgs
See Also