Skip to content

Commit f71d601

Browse files
committed
Update alt text
1 parent 531dc50 commit f71d601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uwp/get-started/create-a-hello-world-app-xaml-universal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ An "event handler" sounds complicated, but it's just another name for the code t
167167

168168
1. Next, select `<New Event Handler>` from the list. This creates a new event handler method in the code-behind file (MainPage.xaml.cs) and adds the `Click` event to the button element in your XAML code.
169169

170-
![A screenshot of the XAML editor showing the Click event in the properties pane](images/cs-xaml-hw-app8.png)
170+
![A screenshot of the XAML editor showing the prompt to create a new event handler in the properties pane](images/cs-xaml-hw-app8.png)
171171

172172
The XAML editor automatically adds the `Click` event to the button element in your XAML code:
173173

0 commit comments

Comments
 (0)