Skip to content

Commit 3929508

Browse files
authored
Updates ListBoxItem.OnMouseLeftButtonDown to refer to the left mouse button instead of the right (dotnet#10033)
Quick fix for a typo in the documentation where the `ListBoxItem.OnMouseLeftButtonDown` refers to pressing the right mouse button instead of the left.
1 parent d935ac6 commit 3929508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows.Controls/ListBoxItem.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
</Parameters>
286286
<Docs>
287287
<param name="e">The event data.</param>
288-
<summary>Called when the user presses the right mouse button over the <see cref="T:System.Windows.Controls.ListBoxItem" />.</summary>
288+
<summary>Called when the user presses the left mouse button over the <see cref="T:System.Windows.Controls.ListBoxItem" />.</summary>
289289
<remarks>To be added.</remarks>
290290
</Docs>
291291
</Member>

0 commit comments

Comments
 (0)