Skip to content

Commit

Permalink
Update dotnet-desktop-guide/framework/wpf/advanced/how-to-detect-when…
Browse files Browse the repository at this point in the history
…-the-enter-key-pressed.md
  • Loading branch information
adegeo authored Jul 23, 2024
1 parent e0b65af commit 9464feb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ ms.assetid: a66f39d2-ef4a-43a5-b454-a4ea0fe88655
This example shows how to detect when the <xref:System.Windows.Input.Key.Enter> key is pressed on the keyboard.

This example consists of a Extensible Application Markup Language (XAML) file and a code-behind file.


## Example

Check failure on line 21 in dotnet-desktop-guide/framework/wpf/advanced/how-to-detect-when-the-enter-key-pressed.md

View workflow job for this annotation

GitHub Actions / lint

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "## Example"]

When the user presses the <xref:System.Windows.Input.Key.Enter> key in the <xref:System.Windows.Controls.TextBox>, the input in the text box appears in another area of the user interface (UI).
Expand Down

0 comments on commit 9464feb

Please sign in to comment.