C# Class MyDriving.UWP.Views.ProfileView

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
ProfileView ( ) : Windows.UI.Core

Protected Methods

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

Private Methods

Method Description
SystemNavigationManager_BackRequested ( object sender, BackRequestedEventArgs e ) : void
TryGoBack ( ) : bool
ViewModel_PropertyChanged ( object sender, System e ) : void

Method Details

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

ProfileView() public method

public ProfileView ( ) : Windows.UI.Core
return Windows.UI.Core