C# Class MyDriving.UWP.Views.LoginView

An empty page that can be used on its own or navigated to within a Frame.
Afficher le fichier Open project: Azure-Samples/MyDriving

Méthodes publiques

Méthode Description
LoginView ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
Continue_Click ( object sender, RoutedEventArgs e ) : void
OnBackRequested ( object sender, BackRequestedEventArgs e ) : void
OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void
SetImageSource ( ) : void
ViewModel_PropertyChanged ( object sender, System e ) : void

Method Details

LoginView() public méthode

public LoginView ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void