Skip to content

Commit efccf59

Browse files
lonitragewarren
andauthored
Apply suggestions from code review
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 2640776 commit efccf59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

xml/System.Windows.Forms/ToolStripItem.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5857,7 +5857,7 @@ If you set the <xref:System.Windows.Forms.ToolStripItem.ImageKey%2A> property, t
58575857
<param name="e">To be added.</param>
58585858
<summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.SelectedChanged" /> event.</summary>
58595859
<remarks>
5860-
<para>This method will be called when selected <see cref="T:System.Windows.Forms.ToolStripItem" /> changes.</para>
5860+
<para>This method will be called when the selected <see cref="T:System.Windows.Forms.ToolStripItem" /> changes.</para>
58615861
<para>Call <c>base.OnSelectedChanged</c> to send this event to any registered event listeners.</para>
58625862
</remarks>
58635863
</Docs>
@@ -7297,11 +7297,11 @@ If you set the <xref:System.Windows.Forms.ToolStripItem.ImageKey%2A> property, t
72977297
<ReturnType>System.EventHandler</ReturnType>
72987298
</ReturnValue>
72997299
<Docs>
7300-
<summary>Occurs when value of the <see cref="P:System.Windows.Forms.ToolStripItem.Selected" /> property changes.</summary>
7300+
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStripItem.Selected" /> property changes.</summary>
73017301
<remarks>
7302-
<para>This event is raised when item is selected by mouse, keyboard or programmatically.</para>
7303-
<para>.NET Core 3.1 had removed MainMenu and MenuItem controls. ToolStripMenuItem.SelectedChanged event</para>
7304-
<para>is recommended as a replacement for MenuItem.Select event.</para>
7302+
<para>This event is raised when an item is selected by mouse or keyboard, or programmatically.</para>
7303+
<para>.NET Core 3.1 removed the MainMenu and MenuItem controls. The ToolStripMenuItem.SelectedChanged event</para>
7304+
<para>is recommended as a replacement for the MenuItem.Select event.</para>
73057305
</remarks>
73067306
</Docs>
73077307
</Member>

0 commit comments

Comments
 (0)