We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12539c6 commit 5d031bcCopy full SHA for 5d031bc
samples/snippets/visualbasic/VS_Snippets_Wpf/PageNavigationServiceSnippets/visualbasic/homepage.xaml.vb
@@ -15,7 +15,7 @@ Namespace VisualBasic
15
InitializeComponent()
16
17
' Don't allow back navigation if no navigation service
18
- If Me.NavigationService IsNot Nothing Then
+ If Me.NavigationService Is Nothing Then
19
Me.goBackButton.IsEnabled = False
20
End If
21
End Sub
@@ -28,4 +28,4 @@ Namespace VisualBasic
28
29
End Class
30
'</SnippetGetPageNavigationServiceCODEBEHIND>
31
-End Namespace
+End Namespace
0 commit comments