C# 클래스 ModernApp4Me.Universal.LifeCycle.M4MNavigationHelper

상속: Windows.UI.Xaml.DependencyObject
파일 보기 프로젝트 열기: smartnsoft/ModernApp4Me

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CanGoBack ( ) : bool

Virtual method used by the GoBackCommand property to determine if the Frame can go back.

CanGoForward ( ) : bool

Virtual method used by the GoForwardCommand property to determine if the Frame can go forward.

GoBack ( ) : void

Virtual method used by the GoBackCommand property to invoke the Windows.UI.Xaml.Controls.Frame.GoBack method.

GoForward ( ) : void

Virtual method used by the GoForwardCommand property to invoke the Windows.UI.Xaml.Controls.Frame.GoForward method.

M4MNavigationHelper ( M4MLifeCycle lifeCycle, Page page ) : System

Initializes a new instance of the M4MNavigationHelper class.

메소드 상세

CanGoBack() 공개 메소드

Virtual method used by the GoBackCommand property to determine if the Frame can go back.
public CanGoBack ( ) : bool
리턴 bool

CanGoForward() 공개 메소드

Virtual method used by the GoForwardCommand property to determine if the Frame can go forward.
public CanGoForward ( ) : bool
리턴 bool

GoBack() 공개 메소드

Virtual method used by the GoBackCommand property to invoke the Windows.UI.Xaml.Controls.Frame.GoBack method.
public GoBack ( ) : void
리턴 void

GoForward() 공개 메소드

Virtual method used by the GoForwardCommand property to invoke the Windows.UI.Xaml.Controls.Frame.GoForward method.
public GoForward ( ) : void
리턴 void

M4MNavigationHelper() 공개 메소드

Initializes a new instance of the M4MNavigationHelper class.
public M4MNavigationHelper ( M4MLifeCycle lifeCycle, Page page ) : System
lifeCycle M4MLifeCycle A reference to the used for navigation.
page Windows.UI.Xaml.Controls.Page A reference to the current used for navigation. /// This reference allows for frame manipulation and to ensure that keyboard /// navigation requests only occur when the page is occupying the entire window.
리턴 System