C# Class SilverlightFX.UserInterface.Navigation.PageFrame

Inheritance: System.Windows.Controls.Control, INavigationTarget
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Свойство Type Description
DefaultUriProperty System.Windows.DependencyProperty
ErrorPageTypeProperty System.Windows.DependencyProperty
IsNavigatingProperty System.Windows.DependencyProperty
TransitionProperty System.Windows.DependencyProperty
UriProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
GetErrorPage ErrorPage
INavigate bool
INavigationTarget bool
NavigateInternal bool
NavigateInternal void
OnBackCommand void
OnForwardCommand void
OnJournalNavigation void
OnLoaded void
OnNavigationCompleted void
OnPageLoadCallback void
OnUriPropertyChanged void

Méthodes publiques

Méthode Description
Navigate ( Uri uri ) : bool

Naviates the frame to the specified URI.

OnApplyTemplate ( ) : void
PageFrame ( ) : System

Initializes an instance of a PageFrame.

Méthodes protégées

Méthode Description
OnNavigated ( NavigatedEventArgs e ) : void

Raises the Navigated event.

OnNavigating ( NavigatingEventArgs e ) : void

Raises the Navigating event.

Private Methods

Méthode Description
GetErrorPage ( Exception error ) : ErrorPage
INavigate ( Uri uri ) : bool
INavigationTarget ( Uri uri ) : bool
NavigateInternal ( NavigationState navigationState ) : bool
NavigateInternal ( Page page ) : void
OnBackCommand ( ) : void
OnForwardCommand ( ) : void
OnJournalNavigation ( Uri uri ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnNavigationCompleted ( NavigationState navigationState, Page page ) : void
OnPageLoadCallback ( IAsyncResult asyncResult ) : void
OnUriPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Navigate() public méthode

Naviates the frame to the specified URI.
public Navigate ( Uri uri ) : bool
uri System.Uri The URI to navigate to.
Résultat bool

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnNavigated() protected méthode

Raises the Navigated event.
protected OnNavigated ( NavigatedEventArgs e ) : void
e System.Windows.Controls.NavigatedEventArgs The data associated with the event.
Résultat void

OnNavigating() protected méthode

Raises the Navigating event.
protected OnNavigating ( NavigatingEventArgs e ) : void
e System.Windows.Controls.NavigatingEventArgs The data associated with the event.
Résultat void

PageFrame() public méthode

Initializes an instance of a PageFrame.
public PageFrame ( ) : System
Résultat System

Property Details

DefaultUriProperty public_oe static_oe property

Represents the DefaultUri property.
public static DependencyProperty,System.Windows DefaultUriProperty
Résultat System.Windows.DependencyProperty

ErrorPageTypeProperty public_oe static_oe property

Represents the ErrorPageType property.
public static DependencyProperty,System.Windows ErrorPageTypeProperty
Résultat System.Windows.DependencyProperty

IsNavigatingProperty public_oe static_oe property

Represents the IsNavigating property.
public static DependencyProperty,System.Windows IsNavigatingProperty
Résultat System.Windows.DependencyProperty

TransitionProperty public_oe static_oe property

Represents the Transition property.
public static DependencyProperty,System.Windows TransitionProperty
Résultat System.Windows.DependencyProperty

UriProperty public_oe static_oe property

Represents the Uri property.
public static DependencyProperty,System.Windows UriProperty
Résultat System.Windows.DependencyProperty