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

Inheritance: INavigationService
Mostra file Open project: follesoe/TestableGeoTrackerDemo

Public Methods

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

Private Methods

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

public ApplicationFrameNavigationService ( PhoneApplicationFrame frame ) : System
frame PhoneApplicationFrame
return System

GoBack() public method

public GoBack ( ) : void
return void

GoForward() public method

public GoForward ( ) : void
return void

Navigate() public method

public Navigate ( Uri source ) : bool
source System.Uri
return bool

RemoveBackEntry() public method

public RemoveBackEntry ( ) : System.Windows.Navigation.JournalEntry
return System.Windows.Navigation.JournalEntry

StopLoading() public method

public StopLoading ( ) : void
return void