C# Класс SilverlightFX.UserInterface.Navigation.PageFrame

Наследование: System.Windows.Controls.Control, INavigationTarget
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DefaultUriProperty System.Windows.DependencyProperty
ErrorPageTypeProperty System.Windows.DependencyProperty
IsNavigatingProperty System.Windows.DependencyProperty
TransitionProperty System.Windows.DependencyProperty
UriProperty System.Windows.DependencyProperty

Private Properties

Свойство Тип Описание
GetErrorPage ErrorPage
INavigate bool
INavigationTarget bool
NavigateInternal bool
NavigateInternal void
OnBackCommand void
OnForwardCommand void
OnJournalNavigation void
OnLoaded void
OnNavigationCompleted void
OnPageLoadCallback void
OnUriPropertyChanged void

Открытые методы

Метод Описание
Navigate ( Uri uri ) : bool

Naviates the frame to the specified URI.

OnApplyTemplate ( ) : void
PageFrame ( ) : System

Initializes an instance of a PageFrame.

Защищенные методы

Метод Описание
OnNavigated ( NavigatedEventArgs e ) : void

Raises the Navigated event.

OnNavigating ( NavigatingEventArgs e ) : void

Raises the Navigating event.

Приватные методы

Метод Описание
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

Описание методов

Navigate() публичный Метод

Naviates the frame to the specified URI.
public Navigate ( Uri uri ) : bool
uri System.Uri The URI to navigate to.
Результат bool

OnApplyTemplate() публичный Метод

public OnApplyTemplate ( ) : void
Результат void

OnNavigated() защищенный Метод

Raises the Navigated event.
protected OnNavigated ( NavigatedEventArgs e ) : void
e System.Windows.Controls.NavigatedEventArgs The data associated with the event.
Результат void

OnNavigating() защищенный Метод

Raises the Navigating event.
protected OnNavigating ( NavigatingEventArgs e ) : void
e System.Windows.Controls.NavigatingEventArgs The data associated with the event.
Результат void

PageFrame() публичный Метод

Initializes an instance of a PageFrame.
public PageFrame ( ) : System
Результат System

Описание свойств

DefaultUriProperty публичное статическое свойство

Represents the DefaultUri property.
public static DependencyProperty,System.Windows DefaultUriProperty
Результат System.Windows.DependencyProperty

ErrorPageTypeProperty публичное статическое свойство

Represents the ErrorPageType property.
public static DependencyProperty,System.Windows ErrorPageTypeProperty
Результат System.Windows.DependencyProperty

IsNavigatingProperty публичное статическое свойство

Represents the IsNavigating property.
public static DependencyProperty,System.Windows IsNavigatingProperty
Результат System.Windows.DependencyProperty

TransitionProperty публичное статическое свойство

Represents the Transition property.
public static DependencyProperty,System.Windows TransitionProperty
Результат System.Windows.DependencyProperty

UriProperty публичное статическое свойство

Represents the Uri property.
public static DependencyProperty,System.Windows UriProperty
Результат System.Windows.DependencyProperty