C# Class MyDriving.UWP.Views.LoginView

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

Public Methods

Method Description
LoginView ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method 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 method

public LoginView ( ) : System
return System

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void