Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
Private Sub navigateRefreshButton_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
Me.Refresh()
End Sub
void navigateRefreshButton_Click(object sender, RoutedEventArgs e)
{
this.Refresh();
}