C# Class Vidyano.View.LayoutAwarePage

Inheritance: Windows.UI.Xaml.Controls.Page
显示文件 Open project: stevehansen/vidyano_v1 Class Usage Examples

Public Methods

Method Description
InvalidateVisualState ( ) : void
StartLayoutUpdates ( object sender, RoutedEventArgs e ) : void
StopLayoutUpdates ( object sender, RoutedEventArgs e ) : void

Protected Methods

Method Description
LayoutAwarePage ( ) : System.Collections.Generic

Private Methods

Method Description
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

Method Details

InvalidateVisualState() public method

public InvalidateVisualState ( ) : void
return void

LayoutAwarePage() protected method

protected LayoutAwarePage ( ) : System.Collections.Generic
return System.Collections.Generic

StartLayoutUpdates() public method

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

StopLayoutUpdates() public method

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