Skip to content

Commit 488440f

Browse files
authored
fix typo in Examples (#8911)
1 parent 0a0f421 commit 488440f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows/EventManager.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
167167
168168
## Examples
169-
The following example adds a handler for <xref:System.Windows.UIElement.PreviewMouseLeftButtonDown>, calling <xref:System.Windows.EventManager.RegisterClassHandler%2A>.
169+
The following example adds a handler for <xref:System.Windows.UIElement.PreviewMouseRightButtonDownEvent>, calling <xref:System.Windows.EventManager.RegisterClassHandler%2A>.
170170
171171
:::code language="csharp" source="~/snippets/csharp/System.Windows/EventManager/RegisterClassHandler/class1.cs" id="Snippetstaticandregisterclasshandler":::
172172
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/ClassHandling/visualbasic/sdksamplelibrary/class1.vb" id="Snippetstaticandregisterclasshandler":::

0 commit comments

Comments
 (0)