C# Class Microsoft.Practices.Phone.Adapters.ApplicationFrameNavigationService

Inheritance: INavigationService
Afficher le fichier Open project: follesoe/TestableGeoTrackerDemo

Méthodes publiques

Méthode Description
ApplicationFrameNavigationService ( PhoneApplicationFrame frame ) : System
GoBack ( ) : void
GoForward ( ) : void
Navigate ( Uri source ) : bool
RemoveBackEntry ( ) : System.Windows.Navigation.JournalEntry
StopLoading ( ) : void

Private Methods

Méthode Description
frame_FragmentNavigation ( object sender, System.Windows.Navigation.FragmentNavigationEventArgs e ) : void
frame_JournalEntryRemoved ( object sender, JournalEntryRemovedEventArgs e ) : void
frame_Navigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
frame_Navigating ( object sender, System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
frame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void
frame_NavigationStopped ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void

Method Details

ApplicationFrameNavigationService() public méthode

public ApplicationFrameNavigationService ( PhoneApplicationFrame frame ) : System
frame PhoneApplicationFrame
Résultat System

GoBack() public méthode

public GoBack ( ) : void
Résultat void

GoForward() public méthode

public GoForward ( ) : void
Résultat void

Navigate() public méthode

public Navigate ( Uri source ) : bool
source System.Uri
Résultat bool

RemoveBackEntry() public méthode

public RemoveBackEntry ( ) : System.Windows.Navigation.JournalEntry
Résultat System.Windows.Navigation.JournalEntry

StopLoading() public méthode

public StopLoading ( ) : void
Résultat void