5 references to ContentsResized
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\ContentsResizedEventArgs.cs (1)
9
/// Provides data for the <see cref="RichTextBox.
ContentsResized
"/> event.
System\Windows\Forms\Controls\RichTextBox\ContentsResizedEventHandler.cs (1)
7
/// Represents a method that will handle the <see cref="RichTextBox.
ContentsResized
"/>
System.Windows.Forms.Tests (3)
System\Windows\Forms\RichTextBoxTests.cs (3)
9096
control.
ContentsResized
+= handler;
9104
control.
ContentsResized
-= handler;
10348
control.
ContentsResized
+= (sender, e) =>