CatchmentPostTimeStepEvent Event |
Event that is triggered every time the catchment has finished
a new time step
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public event Action<DateTime> PostTimeStepEvent
Public Event PostTimeStepEvent As Action(Of DateTime)
public:
virtual event Action<DateTime>^ PostTimeStepEvent {
void add (Action<DateTime>^ value);
void remove (Action<DateTime>^ value);
}
Value
Type:
SystemActionDateTimeImplements
ICatchmentPostTimeStepEventSee Also