Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This example shows how to call the Refresh method to refresh the current content in a NavigationWindow.
Example
Refresh refreshes the current content in a NavigationWindow to be reloaded from its source.
void navigateRefreshButton_Click(object sender, RoutedEventArgs e)
{
this.Refresh();
}
Private Sub navigateRefreshButton_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
Me.Refresh()
End Sub
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET Desktop feedback