Mike1DControllerLTSJobStartEvent Event |
An event that is called before the start of LTS job simulation
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public event Action JobStartEvent
Public Event JobStartEvent As Action
public:
event Action^ JobStartEvent {
void add (Action^ value);
void remove (Action^ value);
}
Value
Type:
SystemActionSee Also