SimulationWorkerSetupLoadedEvent Event |
Event triggered when a setup has been loaded
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<Mike1DData> SetupLoadedEvent
Public Event SetupLoadedEvent As Action(Of Mike1DData)
public:
event Action<Mike1DData^>^ SetupLoadedEvent {
void add (Action<Mike1DData^>^ value);
void remove (Action<Mike1DData^>^ value);
}
Value
Type:
SystemActionMike1DDataSee Also