ICatchmentPostTimeStepEvent Event |
An event that is called everytime a timestep was successfully performed.
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax event Action<DateTime> PostTimeStepEvent
Event PostTimeStepEvent As Action(Of DateTime)
event Action<DateTime>^ PostTimeStepEvent {
void add (Action<DateTime>^ value);
void remove (Action<DateTime>^ value);
}
Value
Type:
SystemActionDateTimeSee Also