Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssessmentSectionCommentView.cs =================================================================== diff -u -r9f1e95f305bbc982a11f7a8917a95bf6caa18544 -r895e4cf56972494e9e363f0af9cd9e21d55e9004 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssessmentSectionCommentView.cs (.../AssessmentSectionCommentView.cs) (revision 9f1e95f305bbc982a11f7a8917a95bf6caa18544) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssessmentSectionCommentView.cs (.../AssessmentSectionCommentView.cs) (revision 895e4cf56972494e9e363f0af9cd9e21d55e9004) @@ -70,10 +70,10 @@ }; Controls.Add(richTextEditor); - richTextEditor.TextBoxValueChanged += RichTextEditorOnTextChanged; + richTextEditor.TextBoxValueChanged += OnTextBoxValueChanged; } - private void RichTextEditorOnTextChanged(object sender, EventArgs eventArgs) + private void OnTextBoxValueChanged(object sender, EventArgs eventArgs) { data.Comments = richTextEditor.Rtf; }