Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs =================================================================== diff -u -rde7a3167442ca69c2866b25ccc5357343928d89f -r2215bb99034f0bbc06a62ca5be160aab0129419c --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs) (revision de7a3167442ca69c2866b25ccc5357343928d89f) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextProperties.cs) (revision 2215bb99034f0bbc06a62ca5be160aab0129419c) @@ -41,12 +41,12 @@ /// The for which /// the properties are shown. /// for obtaining the normative assessment level. - /// The handler responsible for handling effects of a property change. + /// The handler responsible for handling effects of a property change. /// Thrown when any parameter is null. public GrassCoverErosionOutwardsWaveConditionsInputContextProperties(GrassCoverErosionOutwardsWaveConditionsInputContext context, Func getNormativeAssessmentLevelFunc, - IObservablePropertyChangeHandler handler) - : base(context, getNormativeAssessmentLevelFunc, handler) {} + IObservablePropertyChangeHandler propertyChangeHandler) + : base(context, getNormativeAssessmentLevelFunc, propertyChangeHandler) {} [ResourcesDisplayName(typeof(Resources), nameof(Resources.GrassCoverErosionOutwardsHydraulicBoundaryLocation_DesignWaterLevel_DisplayName))] [ResourcesDescription(typeof(Resources), nameof(Resources.GrassCoverErosionOutwardsWaveConditionsInputContextProperties_DesignWaterLevel_Description))]