C# 클래스 MeetingManager.Views.NavigationAwarePage

상속: Prism.Windows.Mvvm.SessionStateAwarePage
파일 보기 프로젝트 열기: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

공개 메소드들

메소드 설명
CanGoBack ( ) : bool

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

NavigationAwarePage ( ) : Prism.Commands

Initializes a new instance of the NavigationAwarePage class.

보호된 메소드들

메소드 설명
GoBack ( object sender, RoutedEventArgs eventArgs ) : void

Invoked as an event handler to navigate backward in the navigation stack associated with this page's Frame.

GoForward ( object sender, RoutedEventArgs eventArgs ) : void

Invoked as an event handler to navigate forward in the navigation stack associated with this page's Frame.

GoHome ( object sender, RoutedEventArgs eventArgs ) : void

Invoked as an event handler to navigate backward in the page's associated Frame until it reaches the top of the navigation stack.

비공개 메소드들

메소드 설명
CoreDispatcher_AcceleratorKeyActivated ( CoreDispatcher sender, AcceleratorKeyEventArgs args ) : void

Invoked on every keystroke, including system keys such as Alt key combinations, when this page is active and occupies the entire window. Used to detect keyboard navigation between pages even when the page itself doesn't have focus.

CoreWindow_PointerPressed ( CoreWindow sender, PointerEventArgs args ) : void

Invoked on every mouse click, touch screen tap, or equivalent interaction when this page is active and occupies the entire window. Used to detect browser-style next and previous mouse button clicks to navigate between pages.

메소드 상세

CanGoBack() 공개 메소드

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

GoBack() 보호된 메소드

Invoked as an event handler to navigate backward in the navigation stack associated with this page's Frame.
protected GoBack ( object sender, RoutedEventArgs eventArgs ) : void
sender object Instance that triggered the event.
eventArgs Windows.UI.Xaml.RoutedEventArgs Event data describing the conditions that led to the /// event.
리턴 void

GoForward() 보호된 메소드

Invoked as an event handler to navigate forward in the navigation stack associated with this page's Frame.
protected GoForward ( object sender, RoutedEventArgs eventArgs ) : void
sender object Instance that triggered the event.
eventArgs Windows.UI.Xaml.RoutedEventArgs Event data describing the conditions that led to the /// event.
리턴 void

GoHome() 보호된 메소드

Invoked as an event handler to navigate backward in the page's associated Frame until it reaches the top of the navigation stack.
protected GoHome ( object sender, RoutedEventArgs eventArgs ) : void
sender object Instance that triggered the event.
eventArgs Windows.UI.Xaml.RoutedEventArgs Event data describing the conditions that led to the event.
리턴 void

NavigationAwarePage() 공개 메소드

Initializes a new instance of the NavigationAwarePage class.
public NavigationAwarePage ( ) : Prism.Commands
리턴 Prism.Commands