C# 클래스 Vidyano.View.LayoutAwarePage

상속: Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: stevehansen/vidyano_v1 1 사용 예제들

공개 메소드들

메소드 설명
InvalidateVisualState ( ) : void
StartLayoutUpdates ( object sender, RoutedEventArgs e ) : void
StopLayoutUpdates ( object sender, RoutedEventArgs e ) : void

보호된 메소드들

메소드 설명
LayoutAwarePage ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
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.

DetermineVisualState ( ApplicationViewState viewState ) : string
GoBack ( object sender, RoutedEventArgs e ) : void
GoForward ( object sender, RoutedEventArgs e ) : void
OnSizeChanged ( object sender, SizeChangedEventArgs e ) : void

메소드 상세

InvalidateVisualState() 공개 메소드

public InvalidateVisualState ( ) : void
리턴 void

LayoutAwarePage() 보호된 메소드

protected LayoutAwarePage ( ) : System.Collections.Generic
리턴 System.Collections.Generic

StartLayoutUpdates() 공개 메소드

public StartLayoutUpdates ( object sender, RoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.RoutedEventArgs
리턴 void

StopLayoutUpdates() 공개 메소드

public StopLayoutUpdates ( object sender, RoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.RoutedEventArgs
리턴 void