Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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();
}