SimulationWorkerSetupLoadingEvent Event |
Event triggered when a setup starts loading
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 Action<string> SetupLoadingEvent
Public Event SetupLoadingEvent As Action(Of String)
public:
event Action<String^>^ SetupLoadingEvent {
void add (Action<String^>^ value);
void remove (Action<String^>^ value);
}
Value
Type:
SystemActionStringSee Also