Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
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();
}