C# 클래스 SilverlightFX.UserInterface.Navigation.PageFrame

상속: System.Windows.Controls.Control, INavigationTarget
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 프로퍼티들

프로퍼티 타입 설명
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